From 0fdc1f6b956dbc273325842a4af60a5425826f5f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 02:27:28 +0400 Subject: feat(eslint): Rule "no-duplicate-imports" Signed-off-by: Valentin Popov --- src/rules/default.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/rules') diff --git a/src/rules/default.json b/src/rules/default.json index 7c2e48c..91af2ff 100644 --- a/src/rules/default.json +++ b/src/rules/default.json @@ -218,6 +218,12 @@ "no-debugger": [ "warn" ], + "no-duplicate-imports": [ + "error", + { + "includeExports": true + } + ], "no-else-return": [ "error", { -- cgit v1.2.3