diff --git a/.eslintrc.js b/.eslintrc.js index 2e7f3141..207b88c1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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,