Skip to content

Commit

Permalink
feat(eslint): disable 'import/named' rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed Dec 6, 2024
1 parent 7e7967f commit 24c1ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint/src/javascript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const config: Linter.Config[] = [
'import/newline-after-import': 'error',
'import/no-duplicates': 'error',
'import/no-unresolved': 'off',
'import/named': 'off',
},
ignores: [...GLOB_EXCLUDE],
},
Expand Down

0 comments on commit 24c1ce9

Please sign in to comment.