repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a17b6fe
)
refactor: refine biome.js configuration
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 21 Jun 2024 11:03:58 +0000
(13:03 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 21 Jun 2024 11:03:58 +0000
(13:03 +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 f30d0d5db0ab4a5379fa657cb243bd30e552a3cd..b98a1b80ed1837926060c60cd23d487d1dac4fa3 100644
(file)
--- a/
biome.json
+++ b/
biome.json
@@
-17,7
+17,7
@@
"javascript": {
"formatter": {
"quoteStyle": "single",
- "trailingCommas": "
none
",
+ "trailingCommas": "
es5
",
"semicolons": "asNeeded",
"arrowParentheses": "asNeeded"
}