repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e319a7
)
build: cleanup eslint configuration
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 22 Sep 2023 20:51:16 +0000
(22:51 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 22 Sep 2023 20:51:16 +0000
(22:51 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.eslintrc.js
patch
|
blob
|
blame
|
history
diff --git
a/.eslintrc.js
b/.eslintrc.js
index c1ed3c71cfbbd6cf54ab3a50ef4bea1bfac965e8..f44581f539d3e05de1a79bc29156fadfa70b5930 100644
(file)
--- a/
.eslintrc.js
+++ b/
.eslintrc.js
@@
-154,12
+154,6
@@
module.exports = defineConfig({
'jsdoc/require-jsdoc': 'off'
}
},
- {
- files: ['tests/pools/selection-strategies/**/*.js'],
- rules: {
- 'n/no-missing-require': 'off'
- }
- },
{
files: ['benchmarks/**/*.js', 'benchmarks/**/*.mjs'],
rules: {