{ "$schema": "https://biomejs.dev/schemas/2.5.4/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": false, "includes": ["**", "!dist", "!ui/dist", "!**/node_modules", "!exporter"] }, "formatter": { "enabled": true, "indentStyle": "tab" }, "css": { "parser": { "tailwindDirectives": true } }, "assist": { "actions": { "source": { "organizeImports": "on" } } }, "linter": { "enabled": true, "rules": { "preset": "recommended", "suspicious": { "noArrayIndexKey": "off" }, "style": { "noNonNullAssertion": "off" }, "a11y": { "noLabelWithoutControl": "off" }, "correctness": { "useExhaustiveDependencies": "warn" } } }, "javascript": { "formatter": { "quoteStyle": "double" } } }