Skip to content

Commit

Permalink
feat: add import/no-default-export rule (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
umpox committed Jan 27, 2021
1 parent 5d695a7 commit 0893896
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 @@ -140,6 +140,7 @@ module.exports = {
'import/no-dynamic-require': 'error',
'import/no-useless-path-segments': 'error',
'import/no-duplicates': 'error',
'import/no-default-export': 'error',

// JSDoc
'jsdoc/require-returns': 'off',
Expand Down Expand Up @@ -423,6 +424,7 @@ module.exports = {
'@typescript-eslint/explicit-member-accessibility': 'off',
'unicorn/prevent-abbreviations': 'off',
'id-length': 'off',
'import/no-default-export': 'off',
},
},
{
Expand Down

0 comments on commit 0893896

Please sign in to comment.