mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 00:47:57 +00:00
39 lines
769 B
JSON
39 lines
769 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
|
|
"files": {
|
|
"includes": [
|
|
"**",
|
|
"!**/.cta.json",
|
|
"!**/.vscode",
|
|
"!**/node_modules",
|
|
"!**/dist",
|
|
"!**/.output",
|
|
"!**/coverage",
|
|
"!**/convex/_generated",
|
|
"!**/src/routeTree.gen.ts",
|
|
"!**/.tanstack",
|
|
"!**/public"
|
|
]
|
|
},
|
|
"assist": { "actions": { "source": { "organizeImports": "on" } } },
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "space",
|
|
"indentWidth": 2,
|
|
"lineWidth": 100
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true
|
|
}
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "single",
|
|
"semicolons": "asNeeded",
|
|
"trailingCommas": "all"
|
|
}
|
|
}
|
|
}
|