repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e56903c
)
refactor: cleanup eslint configuration
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Thu, 30 May 2024 20:52:05 +0000
(22:52 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Thu, 30 May 2024 20:52:05 +0000
(22:52 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
eslint.config.js
patch
|
blob
|
blame
|
history
diff --git
a/eslint.config.js
b/eslint.config.js
index 7ada77c24d8338259d853853339f72857650a9a9..67c827ae3c72afe9033dd01e242aa94be21d0da0 100644
(file)
--- a/
eslint.config.js
+++ b/
eslint.config.js
@@
-52,7
+52,6
@@
export default defineFlatConfig([
{
files: ['examples/**/*.js', 'examples/**/*.cjs'],
rules: {
- 'no-undef': 'off',
'n/no-missing-import': [
'error',
{