Skip to content

Commit 3fa84d5

Browse files
authored
fix: remove broken duplicate rule (#427)
1 parent 9d5b957 commit 3fa84d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ module.exports = {
4848
'multiline-comment-style': [2, 'separate-lines'],
4949
'no-bitwise': 2,
5050
'no-constructor-return': 2,
51-
'no-duplicate-imports': 2,
5251
'no-else-return': [2, { allowElseIf: false }],
5352
'no-extra-label': 2,
5453
'no-implicit-coercion': 2,

0 commit comments

Comments
 (0)