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:
7eb60c0
)
build(ui): remove duplicated eslint configuration
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 24 Apr 2023 23:23:11 +0000
(
01:23
+0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 24 Apr 2023 23:23:11 +0000
(
01:23
+0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/.eslintrc.js
patch
|
blob
|
blame
|
history
diff --git
a/ui/web/.eslintrc.js
b/ui/web/.eslintrc.js
index ac050cf54ff52b8ed552b07a18b62faaf02e991e..d8f5d715148b23a0cce0db9749b9fa83fb182d38 100644
(file)
--- a/
ui/web/.eslintrc.js
+++ b/
ui/web/.eslintrc.js
@@
-16,9
+16,6
@@
module.exports = defineConfig({
parserOptions: {
ecmaVersion: 'latest',
- ecmaFeatures: {
- jsx: true,
- },
},
rules: {