From 00c16da0f8539000a28f4632022b90c1cc09efd7 Mon Sep 17 00:00:00 2001 From: Jason Staten Date: Mon, 13 Sep 2021 23:51:35 -0600 Subject: [PATCH] chore: remove duplicate key from eslintrc Future eslint fails on duplicates --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index e278136..c4c2758 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -14,7 +14,6 @@ module.exports = { 'linebreak-style': ['error', 'unix'], 'no-console': ['error', {allow: ['warn', 'error']}], 'no-shadow': 'error', - 'no-duplicate-imports': 'error', 'no-var': 'error', 'prefer-const': 'error', 'object-shorthand': 'error',