Skip to content

Commit

Permalink
fix: remove broken duplicate rule (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic authored Jan 21, 2022
1 parent 9d5b957 commit 3fa84d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ module.exports = {
'multiline-comment-style': [2, 'separate-lines'],
'no-bitwise': 2,
'no-constructor-return': 2,
'no-duplicate-imports': 2,
'no-else-return': [2, { allowElseIf: false }],
'no-extra-label': 2,
'no-implicit-coercion': 2,
Expand Down

0 comments on commit 3fa84d5

Please sign in to comment.