repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9577f2
)
build: fix eslint configuration
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 19 Jun 2023 13:03:48 +0000
(15:03 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 19 Jun 2023 13:03:48 +0000
(15:03 +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 6be6f2d4b1893ba03698282b876caad509ed1613..d40ff6691de0b5a9f4b3e24e11d368ba2c262afe 100644
(file)
--- a/
.eslintrc.js
+++ b/
.eslintrc.js
@@
-151,7
+151,8
@@
module.exports = defineConfig({
{
files: ['benchmarks/versus-external-pools/**/*.mjs'],
rules: {
- 'n/no-missing-import': 'off'
+ 'n/no-missing-import': 'off',
+ 'import/no-unresolved': 'off'
}
},
{