repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
387dac3
)
build: fix eslint configuration for tests
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sun, 1 Oct 2023 16:42:55 +0000
(18:42 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sun, 1 Oct 2023 16:42:55 +0000
(18:42 +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 49838a24cbfd6ed9746ae52557b5772c58a188ed..a95cf1ae1ee0e2696294e2d3516acac166b298de 100644
(file)
--- a/
.eslintrc.js
+++ b/
.eslintrc.js
@@
-150,7
+150,7
@@
module.exports = defineConfig({
extends: ['plugin:n/recommended', 'plugin:jsdoc/recommended', 'standard']
},
{
- files: ['tests/**/*.js'],
+ files: ['tests/**/*.js'
, 'tests/**/*.mjs'
],
rules: {
'jsdoc/require-jsdoc': 'off'
}