From d7ed7beeb3d9e27c04a3006ec0ead9b92e26e33d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 9 Oct 2022 16:00:42 +0200 Subject: [PATCH] Refine eslint configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .eslintrc.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index bb3b97c9..f6961477 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -151,8 +151,6 @@ "files": ["**/*.ts"], "parser": "@typescript-eslint/parser", "parserOptions": { - "ecmaVersion": 2020, - "sourceType": "module", "project": "./tsconfig.json" }, "extends": [ -- 2.34.1