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 e6657d9 commit c6a9a85Copy full SHA for c6a9a85
biome.jsonc
@@ -1,23 +1,21 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
3
"vcs": {
4
"enabled": true,
5
"clientKind": "git",
6
"useIgnoreFile": true
7
},
8
"files": {
9
"ignoreUnknown": true,
10
- "ignore": []
+ "includes": ["**"]
11
12
"formatter": {
13
14
"lineWidth": 120,
15
"indentStyle": "space",
16
"indentWidth": 2
17
18
- "organizeImports": {
19
- "enabled": true
20
- },
+ "assist": { "actions": { "source": { "organizeImports": "on" } } },
21
"linter": {
22
23
"rules": {
0 commit comments