repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c46a0e0
)
chore: refine neostandard configuration
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Mon, 18 Nov 2024 16:12:48 +0000
(17:12 +0100)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Mon, 18 Nov 2024 16:12:48 +0000
(17:12 +0100)
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 3ee0cc3403ac95c169c4fa9dfd2b1b78569762ba..ba26a3f6c9314039574018ae17c4820533b06eae 100644
(file)
--- a/
eslint.config.js
+++ b/
eslint.config.js
@@
-70,6
+70,7
@@
export default defineFlatConfig([
globals: {
...globals.mocha,
},
+ noJsx: true,
ts: true,
}),
{