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 adcc190 commit 49f4896Copy full SHA for 49f4896
biome.json
@@ -1,16 +1,13 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.1.1/schema.json",
3
+ "files": {
4
+ "includes": ["**"]
5
+ },
6
"formatter": {
- "enabled": true,
- "formatWithErrors": false,
7
"indentStyle": "space",
8
"indentWidth": 2,
- "lineEnding": "lf",
9
- "lineWidth": 80,
10
- "attributePosition": "auto"
+ "useEditorconfig": true
11
},
12
- "organizeImports": { "enabled": true },
13
- "linter": { "enabled": true, "rules": { "recommended": true } },
14
"vcs": {
15
"enabled": true,
16
"clientKind": "git",
0 commit comments