{ "$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", "packages/**/*.ts", "*.json", "*.ts", "!vendor/**", "!.claude/**", "!services/**/dist/**", "!packages/**/dist/**", "!services/**/.next/**", "!services/**/out/**" ] }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2 }, "linter": { "enabled": true, "rules": { "recommended": true, "style": { "noNonNullAssertion": "warn", "useNodejsImportProtocol": "warn" }, "suspicious": { "noUnknownAtRules": "off", "useIterableCallbackReturn": "off", "noArrayIndexKey": "warn" }, "a11y": { "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" } } } }