repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18ce7cd
)
Refine eslint configuration
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 9 Oct 2022 14:00:42 +0000
(16:00 +0200)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/.eslintrc.json
b/.eslintrc.json
index bb3b97c9bc64b06776cfa0616cd07f69d773b8da..f6961477df141311a3c310a1f1ddf69f7c9e19cc 100644
(file)
--- 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": [