Skip to content

Commit

Permalink
chore: refine biome configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
jerome-benoit committed Oct 14, 2024
1 parent d7d3b8f commit e89c8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
},
"javascript": {
"formatter": {
"arrowParentheses": "asNeeded",
"quoteStyle": "single",
"trailingCommas": "es5",
"semicolons": "asNeeded",
"arrowParentheses": "asNeeded"
"trailingCommas": "es5"
}
},
"json": {
Expand Down

0 comments on commit e89c8dc

Please sign in to comment.