repositories
/
benchmarks-js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd2d149
)
chore: refine biome configuration
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Mon, 14 Oct 2024 13:16:15 +0000
(15:16 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Mon, 14 Oct 2024 13:16:15 +0000
(15:16 +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 574b8337f5f6d32cfb63d3edd4f7870026c48db3..f3d226e45e58ee15ba845ceaef613aa5abf8d168 100644
(file)
--- a/
biome.json
+++ b/
biome.json
@@
-17,10
+17,10
@@
},
"javascript": {
"formatter": {
+ "arrowParentheses": "asNeeded",
"quoteStyle": "single",
- "trailingCommas": "es5",
"semicolons": "asNeeded",
- "
arrowParentheses": "asNeeded
"
+ "
trailingCommas": "es5
"
}
},
"json": {