Skip to content

Commit

Permalink
feat: add no-default-export warning
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey committed Aug 25, 2022
1 parent 57fd697 commit 861a493
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 861a493

Please sign in to comment.