Skip to content

Commit 2708122

Browse files
use "extends"
1 parent 52b9f47 commit 2708122

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

biome.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"useIgnoreFile": true,
77
"defaultBranch": "main"
88
},
9-
"root": true,
109
"files": {
1110
"ignoreUnknown": false,
1211
"includes": [
Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,7 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
32
"assist": {
43
"actions": { "source": { "organizeImports": "on", "useSortedKeys": "on" } },
54
"enabled": true
65
},
7-
"files": {
8-
"ignoreUnknown": false,
9-
"includes": ["**/*.json"]
10-
},
11-
"formatter": {
12-
"attributePosition": "auto",
13-
"enabled": true,
14-
"formatWithErrors": false,
15-
"indentStyle": "space",
16-
"indentWidth": 2,
17-
"lineEnding": "lf",
18-
"lineWidth": 100
19-
},
20-
"json": {
21-
"formatter": {
22-
"trailingCommas": "none"
23-
}
24-
},
25-
"root": false,
26-
"vcs": {
27-
"clientKind": "git",
28-
"defaultBranch": "main",
29-
"enabled": true,
30-
"useIgnoreFile": true
31-
}
6+
"extends": "//"
327
}

0 commit comments

Comments
 (0)