repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1a9aa4
)
Fix eslint configuration for benchmark
author
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 18 Oct 2022 09:02:17 +0000
(11:02 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 18 Oct 2022 09:02:17 +0000
(11:02 +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 bd39bc7e71117b77a99f34f7304123678bd73c27..97bc34b207c647a0ecdbe69a447c94def6cceda2 100644
(file)
--- a/
.eslintrc.js
+++ b/
.eslintrc.js
@@
-159,6
+159,12
@@
module.exports = defineConfig({
'jsdoc/require-jsdoc': 'off'
}
},
+ {
+ files: ['benchmarks/versus-external-pools/**/*.js'],
+ rules: {
+ 'node/no-missing-require': 'off'
+ }
+ },
{
files: ['examples/**/*.js'],
rules: {