From 2264af3c70caa867afc8be259d156f440cb2a47a Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 27 Sep 2022 15:49:02 +0200 Subject: [PATCH] added rule to avoid duplicate imports --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index b558b1b0e..80d3d60a0 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -56,6 +56,7 @@ ] } ], + "no-duplicate-imports": ["error"], "@typescript-eslint/no-empty-function": "off", "@typescript-eslint/no-unused-vars": "off", "@typescript-eslint/no-var-requires": "off"