From 3fa84d5db9e62e17908d89a92dc0511996a47576 Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Fri, 21 Jan 2022 13:40:35 +0000 Subject: [PATCH] fix: remove broken duplicate rule (#427) --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) 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,