{ "$schema": "https://biomejs.dev/schemas/2.4.9/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": false, "includes": [ "**", "!src-tauri/gen", "!src-tauri/plugins/*/permissions/{schemas,autogenerated}", "!.agents", "!.worktrees", "!.claude/worktrees", "!justfile" ] }, "formatter": { "enabled": true, "indentStyle": "space" }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noUnknownAtRules": "off" } } }, "assist": { "enabled": false }, "javascript": { "formatter": { "quoteStyle": "double" } }, "css": { "parser": { "tailwindDirectives": true } }, "overrides": [ { "includes": ["src/shared/styles/globals.css"], "linter": { "rules": { "complexity": { "noImportantStyles": "off" } } } }, { "includes": ["src/shared/ui/**", "src/components/ai-elements/**"], "linter": { "rules": { "a11y": { "useSemanticElements": "off", "useFocusableInteractive": "off", "useKeyWithClickEvents": "off", "useAriaPropsForRole": "off", "noRedundantRoles": "off" }, "correctness": { "useExhaustiveDependencies": "off" }, "suspicious": { "noArrayIndexKey": "off", "noDocumentCookie": "off" }, "security": { "noDangerouslySetInnerHtml": "off" } } } } ] }