Refine eslint configuration
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 9 Oct 2022 14:00:42 +0000 (16:00 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 9 Oct 2022 14:00:42 +0000 (16:00 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.eslintrc.json

index bb3b97c9bc64b06776cfa0616cd07f69d773b8da..f6961477df141311a3c310a1f1ddf69f7c9e19cc 100644 (file)
       "files": ["**/*.ts"],
       "parser": "@typescript-eslint/parser",
       "parserOptions": {
-        "ecmaVersion": 2020,
-        "sourceType": "module",
         "project": "./tsconfig.json"
       },
       "extends": [