Skip to content

Commit

Permalink
feat(eslint-config): add import default rules
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Jan 24, 2024
1 parent 6d77ab2 commit 5c4e82f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/eslint-config/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ module.exports = {
'import/no-useless-path-segments': 'error',
'import/no-default-export': 'error',
'import/no-duplicates': 'error',
'import/no-self-import': 'error',
'import/no-named-as-default': 'error',
'import/no-named-as-default-member': 'error',
'import/no-anonymous-default-export': 'error',
'import/no-unused-modules': [
'error',
Expand Down

0 comments on commit 5c4e82f

Please sign in to comment.