Skip to content

Commit 8e19856

Browse files
authored
Add no-duplicate-imports
1 parent 568f75f commit 8e19856

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ const rules = {
2121
'no-dupe-else-if': 'error',
2222
'no-dupe-keys': 'error',
2323
'no-duplicate-case': 'error',
24+
'no-duplicate-imports': [
25+
'error',
26+
{
27+
'allowSeparateTypeImports': true,
28+
},
29+
],
2430
'no-empty-character-class': 'error',
2531
'no-empty': [
2632
'error',

0 commit comments

Comments
 (0)