{ "$schema": "https://biomejs.dev/schemas/2.2.0/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "includes": [ "src/**/*.ts", "tests/**/*.ts", "services/**/*.ts", "services/**/*.tsx", "*.json", "*.ts", "!vendor", "!.claude", "!services/**/dist", "!services/**/.next", "!services/**/out" ] }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2 }, "linter": { "enabled": true, "rules": { "style": { "noNonNullAssertion": "warn", "useNodejsImportProtocol": "warn" }, "suspicious": { "noUnknownAtRules": "off", "useIterableCallbackReturn": "off", "noArrayIndexKey": "warn" }, "a11y": { "useSemanticElements": "off", "useButtonType": "off", "noAutofocus": "off" }, "performance": { "noImgElement": "warn" }, "security": { "noDangerouslySetInnerHtml": "warn" }, "correctness": { "noInvalidUseBeforeDeclaration": "off", "noUnusedFunctionParameters": "warn" } }, "domains": { "next": "recommended", "react": "recommended" } }, "assist": { "actions": { "source": { "organizeImports": "on" } } } }