Skip to content

Commit

Permalink
Update biome.base.jsonc
Browse files Browse the repository at this point in the history
Use trailingComma instead of trailingCommas
  • Loading branch information
rlukata authored May 24, 2024
1 parent ad084fc commit e02da7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biome.base.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"jsxQuoteStyle": "double",
"quoteStyle": "double",
"quoteProperties": "asNeeded",
"trailingCommas": "all",
"trailingComma": "all",
"semicolons": "always",
"bracketSpacing": true,
"bracketSameLine": false,
Expand Down

0 comments on commit e02da7c

Please sign in to comment.