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:
d42d12b
)
Refine eslint configuration.
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sat, 3 Apr 2021 19:46:08 +0000
(21:46 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sat, 3 Apr 2021 19:46:08 +0000
(21:46 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.eslintrc
patch
|
blob
|
blame
|
history
diff --git
a/.eslintrc
b/.eslintrc
index 05faff1669a1ba343722af3fbe60fc24752950af..55986c222906571174d1b78f08ded8be9b93baa7 100644
(file)
--- a/
.eslintrc
+++ b/
.eslintrc
@@
-113,6
+113,20
@@
"keyword-spacing": [
"error"
],
+ "id-blacklist": [
+ "error",
+ "any",
+ "Number",
+ "number",
+ "String",
+ "string",
+ "Boolean",
+ "boolean",
+ "Undefined",
+ "undefined",
+ "Symbol",
+ "symbol"
+ ],
"linebreak-style": [
"error",
"unix"