From 6f616814d186cdbaaa9f2bed44051e6a19914751 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Mon, 28 Mar 2022 20:20:00 +0200 Subject: [PATCH] Remove redundant eslint imports Signed-off-by: Tilman Vatteroth --- .eslintrc.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 79befcee5..208f455dc 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -28,8 +28,6 @@ "plugin:@typescript-eslint/eslint-recommended", "plugin:@typescript-eslint/recommended", "plugin:@typescript-eslint/recommended-requiring-type-checking", - "plugin:import/recommended", - "plugin:import/typescript", "prettier" ], "overrides": [