Skip to content

Commit 25368c7

Browse files
committed
remove no-duplicates rule
1 parent 79066f9 commit 25368c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"arrow-body-style": "off",
2828
"no-plusplus": "off",
2929
"import/no-useless-path-segments": 0,
30-
"import/no-duplicates": "off",
3130
"no-console": "off",
3231
"no-await-in-loop": "off",
3332
"arrow-parens": ["error", "as-needed", { "requireForBlockBody": true }],

0 commit comments

Comments
 (0)