Skip to content

Commit f7940d8

Browse files
committed
Set biome to match.
1 parent d33b167 commit f7940d8

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

biome.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,22 @@
1818
"indentStyle": "space",
1919
"indentWidth": 2,
2020
"lineEnding": "lf",
21-
"lineWidth": 100
21+
"lineWidth": 80
2222
},
2323
"javascript": {
2424
"formatter": {
2525
"arrowParentheses": "always",
26-
"attributePosition": "auto",
2726
"bracketSameLine": false,
2827
"bracketSpacing": true,
29-
"jsxQuoteStyle": "single",
28+
"enabled": true,
29+
"indentStyle": "space",
30+
"indentWidth": 2,
31+
"jsxQuoteStyle": "double",
32+
"lineEnding": "lf",
3033
"quoteProperties": "asNeeded",
31-
"quoteStyle": "single",
34+
"quoteStyle": "double",
3235
"semicolons": "asNeeded",
33-
"trailingCommas": "all"
36+
"trailingCommas": "es5"
3437
}
3538
},
3639
"json": {

0 commit comments

Comments
 (0)