repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a59e741
)
.eslintrc.js: remove uneeded rules for tests
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 9 Oct 2022 21:59:53 +0000
(23:59 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 9 Oct 2022 21:59:53 +0000
(23:59 +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 a3f0793611f69d3c9127a29e1e9ad97452a4a494..3e37aad4f2342d6c9ccbe987a11bc3ff003a2a04 100644
(file)
--- a/
.eslintrc.js
+++ b/
.eslintrc.js
@@
-126,8
+126,7
@@
module.exports = defineConfig({
{
files: ['tests/pools/selection-strategies/**/*.js'],
rules: {
- 'node/no-missing-require': 'off',
- 'jsdoc/require-jsdoc': 'off'
+ 'node/no-missing-require': 'off'
}
},
{