{ "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": true, "includes": ["**", "!node_modules", "!.next", "!dist", "!build", "!.source"] }, "formatter": { "enabled": true, "indentStyle": "tab", "indentWidth": 1 }, "linter": { "enabled": true, "rules": { "recommended": true, "a11y": { "useAriaPropsForRole": "warn", "useSemanticElements": "warn", "useFocusableInteractive": "warn" }, "suspicious": { "noUnknownAtRules": "off" } }, "domains": { "next": "recommended", "react": "recommended" } }, "assist": { "actions": { "source": { "organizeImports": "on" } } } }