From c5c05396a234d1f273e76dafedd9097675eb2ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Mangeonjean?= Date: Thu, 2 Mar 2023 17:18:42 +0100 Subject: [PATCH] clean: remove duplicated eslint config --- .eslintrc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.eslintrc b/.eslintrc index cf00b2e4..e550fba6 100644 --- a/.eslintrc +++ b/.eslintrc @@ -3,10 +3,7 @@ "es6": true, "browser": true }, - "parser": "@typescript-eslint/parser", "parserOptions": { - "ecmaVersion": 2020, - "sourceType": "module", "project": "./tsconfig.eslint.json" }, "globals": { @@ -19,10 +16,5 @@ "ignorePatterns": [ "vscode/**/*", "dist/**/*" - ], - "plugins": [ - "@typescript-eslint", - "import", - "unused-imports" ] } \ No newline at end of file