Skip to content

Commit 49f4896

Browse files
committed
chore: update biome config
1 parent adcc190 commit 49f4896

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

biome.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.1.1/schema.json",
3+
"files": {
4+
"includes": ["**"]
5+
},
36
"formatter": {
4-
"enabled": true,
5-
"formatWithErrors": false,
67
"indentStyle": "space",
78
"indentWidth": 2,
8-
"lineEnding": "lf",
9-
"lineWidth": 80,
10-
"attributePosition": "auto"
9+
"useEditorconfig": true
1110
},
12-
"organizeImports": { "enabled": true },
13-
"linter": { "enabled": true, "rules": { "recommended": true } },
1411
"vcs": {
1512
"enabled": true,
1613
"clientKind": "git",

0 commit comments

Comments
 (0)