Skip to content

Commit

Permalink
feat: enabling import/no-anonymous-default-export (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion authored Dec 17, 2021
1 parent db4fe96 commit eab7e5d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = {

'func-names': 'off',

'import/no-anonymous-default-export': 'error',
'import/order': 'off',
'import/prefer-default-export': 'off',

Expand Down
16 changes: 10 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eab7e5d

Please sign in to comment.