We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33b167 commit f7940d8Copy full SHA for f7940d8
1 file changed
biome.json
@@ -18,19 +18,22 @@
18
"indentStyle": "space",
19
"indentWidth": 2,
20
"lineEnding": "lf",
21
- "lineWidth": 100
+ "lineWidth": 80
22
},
23
"javascript": {
24
"formatter": {
25
"arrowParentheses": "always",
26
- "attributePosition": "auto",
27
"bracketSameLine": false,
28
"bracketSpacing": true,
29
- "jsxQuoteStyle": "single",
+ "enabled": true,
+ "indentStyle": "space",
30
+ "indentWidth": 2,
31
+ "jsxQuoteStyle": "double",
32
+ "lineEnding": "lf",
33
"quoteProperties": "asNeeded",
- "quoteStyle": "single",
34
+ "quoteStyle": "double",
35
"semicolons": "asNeeded",
- "trailingCommas": "all"
36
+ "trailingCommas": "es5"
37
}
38
39
"json": {
0 commit comments