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 eee61c1 commit 203a087Copy full SHA for 203a087
biome.json
@@ -3,18 +3,27 @@
3
"organizeImports": {
4
"enabled": true
5
},
6
+
7
"files": {
8
"ignore": ["dist/**", "node_modules/**", "bun.lockb"]
9
10
11
"formatter": {
12
"indentWidth": 2,
13
"indentStyle": "space",
14
"lineWidth": 80
15
16
17
"linter": {
18
"enabled": true,
19
"rules": {
20
"recommended": true
21
}
22
+ },
23
24
+ "vcs": {
25
+ "enabled": true,
26
+ "clientKind": "git",
27
+ "useIgnoreFile": true
28
29
0 commit comments