Skip to content

Commit

Permalink
Merge pull request #83 from rainbow-me/eric/rnbw-4383-add-lint-rule-f…
Browse files Browse the repository at this point in the history
…or-no-default-exports

feat: add no-default-export warning
  • Loading branch information
estrattonbailey authored Sep 1, 2022
2 parents eb5b91f + 861a493 commit e0efdf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ module.exports = {
'no-nested-ternary': 'warn', // TODO
'no-unneeded-ternary': 'warn', // TODO

'import/no-default-export': 'warn', // TODO

'@typescript-eslint/ban-ts-comment': ['warn', { 'ts-expect-error': 'allow-with-description' }], // TODO
'@typescript-eslint/no-explicit-any': 'warn', // TODO
'@typescript-eslint/no-inferrable-types': 'warn', // TODO
Expand Down

0 comments on commit e0efdf4

Please sign in to comment.