{ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false }, "files": { "ignoreUnknown": false, "ignore": ["src/routeTree.gen.ts", "src/components/ui/*.tsx"] }, "formatter": { "enabled": true, "indentStyle": "space", "lineWidth": 80, "indentWidth": 2 }, "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true, "performance": { "all": true }, "security": { "all": true }, "style": { "all": true, "noDefaultExport": "off", "useFilenamingConvention": { "level": "error", "options": { "filenameCases": ["kebab-case"] } } } } }, "javascript": { "formatter": { "quoteStyle": "double" } } }