{ "$schema": "https://biomejs.dev/schemas/2.4.7/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": false, "includes": ["**", "!src/client/routeTree.gen.ts"] }, "formatter": { "enabled": true, "indentStyle": "tab" }, "linter": { "enabled": true, "rules": { "recommended": true, "a11y": { "noSvgWithoutTitle": "off", "noStaticElementInteractions": "off", "useKeyWithClickEvents": "off", "useSemanticElements": "off", "noAutofocus": "off", "useAriaPropsSupportedByRole": "off", "noLabelWithoutControl": "off" }, "suspicious": { "noExplicitAny": "off" }, "style": { "noNonNullAssertion": "off" } } }, "javascript": { "formatter": { "quoteStyle": "double" } }, "assist": { "enabled": true, "actions": { "source": { "organizeImports": "on" } } } }