repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d6f0c1
)
Refine eslint configuration
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 20 Oct 2022 21:42:13 +0000
(23:42 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 20 Oct 2022 21:42:13 +0000
(23:42 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.eslintrc.js
patch
|
blob
|
blame
|
history
diff --git
a/.eslintrc.js
b/.eslintrc.js
index 59f0a1133f6abd76bba4543c75dfa10e861409d9..c45d2501f2feb0959498a389337bd2a9cdb32bd4 100644
(file)
--- a/
.eslintrc.js
+++ b/
.eslintrc.js
@@
-2,6
+2,7
@@
const { defineConfig } = require('eslint-define-config')
module.exports = defineConfig({
+ root: true,
env: {
es2021: true,
node: true,