From: Jérôme Benoit Date: Sun, 9 Oct 2022 14:00:42 +0000 (+0200) Subject: Refine eslint configuration X-Git-Tag: v1.1.82~12 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d7ed7beeb3d9e27c04a3006ec0ead9b92e26e33d;p=e-mobility-charging-stations-simulator.git Refine eslint configuration Signed-off-by: Jérôme Benoit --- 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": [