We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484a89a commit 83b4a7eCopy full SHA for 83b4a7e
biome.json
@@ -17,15 +17,22 @@
17
"indentStyle": "space"
18
},
19
"organizeImports": {
20
- "enabled": true
+ "enabled": false
21
22
"linter": {
23
"enabled": false
24
25
"javascript": {
26
"formatter": {
27
"quoteStyle": "single",
28
- "trailingCommas": "es5"
+ "trailingCommas": "es5",
29
+ "bracketSameLine": false,
30
+ "arrowParentheses": "always"
31
+ }
32
+ },
33
+ "json": {
34
+ "formatter": {
35
+ "trailingCommas": "none"
36
}
37
38
0 commit comments