We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50b9a2 commit 2236949Copy full SHA for 2236949
biome.json
@@ -13,7 +13,8 @@
13
"useIgnoreFile": true
14
},
15
"files": {
16
- "ignoreUnknown": false
+ "ignoreUnknown": false,
17
+ "includes": ["**", "!packages/agents-manage-mcp"]
18
19
"linter": {
20
"enabled": true,
@@ -30,8 +31,7 @@
30
31
"!**/*.css",
32
"!**/.source/**",
33
"!**/.vercel/**",
- "!**/tsconfig.json",
34
- "!packages/agents-manage-mcp/**/*"
+ "!**/tsconfig.json"
35
],
36
"rules": {
37
"recommended": true,
@@ -79,12 +79,7 @@
79
}
80
81
"formatter": {
82
- "includes": [
83
- "**",
84
- "!**/drizzle/**",
85
- "!**/__snapshots__/*.json",
86
87
- ],
+ "includes": ["**", "!**/drizzle/**", "!**/__snapshots__/*.json"],
88
89
"lineWidth": 100,
90
"indentStyle": "space",
0 commit comments