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:
f25e548
)
refactor: refine biome.js configuration
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 21 Jun 2024 11:15:33 +0000
(13:15 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 21 Jun 2024 11:15:33 +0000
(13:15 +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 2d7472ad1421c3ce54b207e67782ffa200cb7f7b..995c7a486e839929fb66cdac68a119095842a321 100644
(file)
--- a/
biome.json
+++ b/
biome.json
@@
-17,7
+17,7
@@
"javascript": {
"formatter": {
"quoteStyle": "single",
- "trailingCommas": "
none
",
+ "trailingCommas": "
es5
",
"semicolons": "asNeeded",
"arrowParentheses": "asNeeded"
}