{ "$schema": "https://biomejs.dev/schemas/2.4.12/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": true, "includes": ["**", "!coverage", "!src/routeTree.gen.ts"] }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2 }, "assist": { "enabled": true, "actions": { "source": { "organizeImports": "on" } } }, "linter": { "enabled": true, "rules": { "recommended": true, "complexity": { "noUselessTypeConstraint": "error" }, "correctness": { "useExhaustiveDependencies": "warn", "useHookAtTopLevel": "error" }, "style": { "noNamespace": "error", "useArrayLiterals": "error", "useAsConstAssertion": "error", "useComponentExportOnlyModules": { "level": "error", "options": { "allowConstantExport": true } }, "useConst": "error" }, "suspicious": { "noExplicitAny": "error" } } }, "javascript": { "formatter": { "quoteStyle": "single", "jsxQuoteStyle": "double", "semicolons": "asNeeded" } }, "css": { "parser": { "tailwindDirectives": true } } }