Skip to content

Commit 5be04cf

Browse files
committed
Disable linter
1 parent e3e7d7e commit 5be04cf

File tree

1 file changed

+30
-27
lines changed

1 file changed

+30
-27
lines changed

biome.json

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,34 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
3-
"vcs": {
4-
"enabled": false,
5-
"clientKind": "git",
6-
"useIgnoreFile": false
7-
},
8-
"files": {
9-
"ignoreUnknown": false,
10-
"ignore": []
11-
},
12-
"formatter": {
13-
"enabled": true,
14-
"indentStyle": "space",
15-
"indentWidth": 2,
2+
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
3+
"vcs": {
4+
"enabled": false,
5+
"clientKind": "git",
6+
"useIgnoreFile": false
7+
},
8+
"files": {
9+
"ignoreUnknown": false,
10+
"ignore": []
11+
},
12+
"formatter": {
13+
"enabled": true,
14+
"indentStyle": "space",
15+
"indentWidth": 2,
1616
"lineWidth": 80,
1717
"lineEnding": "lf"
18-
},
19-
"organizeImports": {
20-
"enabled": true
21-
},
22-
"javascript": {
23-
"formatter": {
24-
"quoteStyle": "single",
25-
"indentStyle": "space",
26-
"indentWidth": 2,
27-
"lineWidth": 80,
28-
"lineEnding": "lf"
29-
}
30-
}
18+
},
19+
"organizeImports": {
20+
"enabled": true
21+
},
22+
"linter": {
23+
"enabled": false
24+
},
25+
"javascript": {
26+
"formatter": {
27+
"quoteStyle": "single",
28+
"indentStyle": "space",
29+
"indentWidth": 2,
30+
"lineWidth": 80,
31+
"lineEnding": "lf"
32+
}
33+
}
3134
}

0 commit comments

Comments
 (0)