Skip to content

Commit eec327b

Browse files
committed
Document why no-duplicate-imports is not enabled
1 parent aedc832 commit eec327b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

source/javascript-rules.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export const javascriptRules = {
1818
'no-dupe-else-if': 'error',
1919
'no-dupe-keys': 'error',
2020
'no-duplicate-case': 'error',
21+
// Disabled in favor of `import-x/no-duplicates` which has better TypeScript support.
22+
// 'no-duplicate-imports': 'error',
2123
'no-empty-character-class': 'error',
2224
'no-empty': [
2325
'error',

0 commit comments

Comments
 (0)