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:
bd0854c
)
build: cleanup eslint configuration
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 1 May 2023 18:39:18 +0000
(20:39 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 1 May 2023 18:39:18 +0000
(20:39 +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 b3d90ef8db79549888f1c98807a31107b10258e9..18ddac2e27d121107056d3fec33985934490b85c 100644
(file)
--- a/
ui/web/.eslintrc.js
+++ b/
ui/web/.eslintrc.js
@@
-11,10
+11,10
@@
module.exports = defineConfig({
extends: [
'eslint:recommended',
+ 'plugin:import/recommended',
'plugin:vue/vue3-recommended',
- '@vue/eslint-config-typescript/recommended',
'@vue/eslint-config-prettier',
- '
plugin:impor
t/recommended',
+ '
@vue/eslint-config-typescrip
t/recommended',
],
settings: {