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 bb498c4 commit 0bb6584Copy full SHA for 0bb6584
biome.json
@@ -13,21 +13,13 @@
13
"**/javascript/esm/**",
14
"**/javascript/vendor/**",
15
"public/**",
16
- "eslint.config.mjs",
17
"site.webmanifest"
18
]
19
},
20
"formatter": {
21
"enabled": true,
22
"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": []
+ "indentStyle": "space"
31
32
"organizeImports": { "enabled": true },
33
"linter": {
0 commit comments