Skip to content

Commit d4d1875

Browse files
committed
chore: updates biome config
1 parent 47313f8 commit d4d1875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
33
"formatter": {
44
"enabled": true,
55
"formatWithErrors": false,
@@ -23,7 +23,7 @@
2323
"formatter": {
2424
"jsxQuoteStyle": "double",
2525
"quoteProperties": "asNeeded",
26-
"trailingComma": "all",
26+
"trailingCommas": "all",
2727
"semicolons": "always",
2828
"arrowParentheses": "always",
2929
"bracketSpacing": true,

0 commit comments

Comments
 (0)