repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
388a5be
)
build: fix biome configuration
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 4 Jun 2024 13:48:26 +0000
(15:48 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 4 Jun 2024 13:48:26 +0000
(15:48 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
biome.json
patch
|
blob
|
blame
|
history
diff --git
a/biome.json
b/biome.json
index 4bd089e4f9ccb2562f80a0ba15a7ba8ab0125541..c2babc3e493a8ef25ff520e68bdc83ab6efd9d71 100644
(file)
--- a/
biome.json
+++ b/
biome.json
@@
-1,5
+1,5
@@
{
- "$schema": "https://biomejs.dev/schemas/1.
7.3
/schema.json",
+ "$schema": "https://biomejs.dev/schemas/1.
8.0
/schema.json",
"organizeImports": {
"enabled": false
},
@@
-17,7
+17,7
@@
"javascript": {
"formatter": {
"quoteStyle": "single",
- "trailingComma": "none",
+ "trailingComma
s
": "none",
"semicolons": "asNeeded",
"arrowParentheses": "asNeeded"
}