Skip to content

Commit 0bb6584

Browse files
authored
Remove biome configurations that have the default value. (#4449)
1 parent bb498c4 commit 0bb6584

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

biome.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,13 @@
1313
"**/javascript/esm/**",
1414
"**/javascript/vendor/**",
1515
"public/**",
16-
"eslint.config.mjs",
1716
"site.webmanifest"
1817
]
1918
},
2019
"formatter": {
2120
"enabled": true,
2221
"useEditorconfig": true,
23-
"formatWithErrors": false,
24-
"indentStyle": "space",
25-
"indentWidth": 2,
26-
"lineEnding": "lf",
27-
"lineWidth": 80,
28-
"attributePosition": "auto",
29-
"bracketSpacing": true,
30-
"ignore": []
22+
"indentStyle": "space"
3123
},
3224
"organizeImports": { "enabled": true },
3325
"linter": {

0 commit comments

Comments
 (0)