Skip to content

Commit e317319

Browse files
committed
🚧 wip:
1 parent 92232c3 commit e317319

File tree

4 files changed

+848
-832
lines changed

4 files changed

+848
-832
lines changed

‎biome.json‎

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.1.1/schema.json",
3-
"vcs": {
4-
"enabled": true,
5-
"clientKind": "git",
6-
"useIgnoreFile": true
7-
},
8-
"files": {
9-
"ignoreUnknown": false
10-
},
11-
"formatter": {
12-
"enabled": true,
13-
"indentStyle": "tab"
14-
},
15-
"linter": {
16-
"enabled": true,
17-
"rules": {
18-
"recommended": true,
19-
"suspicious": {
20-
"noExplicitAny": "off"
21-
},
22-
"style": {
23-
"noNonNullAssertion": "off"
24-
}
25-
}
26-
},
27-
"javascript": {
28-
"formatter": {
29-
"quoteStyle": "double"
30-
}
31-
},
32-
"assist": {
33-
"enabled": true,
34-
"actions": {
35-
"source": {
36-
"organizeImports": "on"
37-
}
38-
}
39-
}
2+
"$schema": "https://biomejs.dev/schemas/2.1.1/schema.json",
3+
"vcs": {
4+
"enabled": true,
5+
"clientKind": "git",
6+
"useIgnoreFile": true
7+
},
8+
"files": {
9+
"ignoreUnknown": false
10+
},
11+
"formatter": {
12+
"enabled": true,
13+
"indentStyle": "space"
14+
},
15+
"linter": {
16+
"enabled": true,
17+
"rules": {
18+
"recommended": true,
19+
"suspicious": {
20+
"noExplicitAny": "off"
21+
},
22+
"style": {
23+
"noNonNullAssertion": "off"
24+
}
25+
}
26+
},
27+
"javascript": {
28+
"formatter": {
29+
"quoteStyle": "double"
30+
}
31+
},
32+
"assist": {
33+
"enabled": true,
34+
"actions": {
35+
"source": {
36+
"organizeImports": "on"
37+
}
38+
}
39+
}
4040
}

0 commit comments

Comments
 (0)