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:
326f6e3
)
Refine eslint configuration
author
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 11 Jun 2021 19:31:10 +0000
(21:31 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 11 Jun 2021 19:31:10 +0000
(21:31 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.eslintrc
patch
|
blob
|
blame
|
history
diff --git
a/.eslintrc
b/.eslintrc
index 2b56d85c5e7ae7f34d55f9e10d8dcc0fc386b1fd..96ad1d130576553ee12baf3614993f850fb908e5 100644
(file)
--- a/
.eslintrc
+++ b/
.eslintrc
@@
-215,6
+215,7
@@
],
"extends": "plugin:node/recommended",
"rules": {
+ "node/shebang" : "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-var-requires": "off"
}