repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b142df6
)
Fix eslint configuration
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 8 Oct 2022 17:16:09 +0000
(19:16 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 8 Oct 2022 17:16:09 +0000
(19:16 +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 c251c5a5a1bd3f38f530c89f1cad94fbdebf8f13..8349a186d427042acf07ca85601142640afb89ac 100644
(file)
--- a/
.eslintrc.js
+++ b/
.eslintrc.js
@@
-118,6
+118,13
@@
module.exports = defineConfig({
'jsdoc/require-jsdoc': 'off'
}
},
+ {
+ files: ['tests/pools/selection-strategies/**/*.js'],
+ rules: {
+ 'node/no-missing-require': 'off',
+ 'jsdoc/require-jsdoc': 'off'
+ }
+ },
{
files: ['benchmarks/**/*.js'],
rules: {