{
"$schema": "https://biomejs.dev/schemas/2.5.6/schema.json",
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
"files": {
"includes": [
"**/*.ts",
"**/*.tsx",
"**/*.js",
"**/*.mjs",
"**/*.cjs",
"**/*.json",
"**/*.jsonc",
"!**/node_modules",
"!**/node_modules.host-backup.*",
"!**/dist",
"!/artifacts",
"!**/.devbox",
"!**/.venv",
"!package-lock.json",
"!**/worker-configuration.d.ts"
]
},
"formatter": {
"enabled": true,
"formatWithErrors": true,
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 100
},
"linter": { "enabled": true },
"javascript": {
"formatter": {
"quoteStyle": "double",
"trailingCommas": "all",
"semicolons": "always"
}
}
}