{ "$schema": "https://biomejs.dev/schemas/1.6.2/schema.json", "files": { "ignore": [ "packages/ui/src/components/*.tsx", "packages/ui/src/components/*.ts", "apps/dashboard/src/scripts/*.ts", "packages/proto/gen", ".devbox" ] }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noArrayIndexKey": "off" }, "performance": { "noAccumulatingSpread": "warn" }, "complexity": { "noForEach": "off" }, "a11y": { "noSvgWithoutTitle": "off", "useKeyWithClickEvents": "off" }, "correctness": { "noUnusedVariables": "warn", "noUnusedImports": "error", "noSwitchDeclarations": "off" }, "nursery": { "useSortedClasses": "warn" } }, "ignore": [ "node_modules", ".next", "dist", ".wrangler", ".react-email", ".content-collections", "meta", "*.astro", ".astro" ] }, "formatter": { "indentStyle": "space", "indentWidth": 2, "enabled": true, "lineWidth": 80, "ignore": [ "node_modules", ".next", "dist", ".nuxt", ".wrangler", ".react-email", ".content-collections", "meta", "*.astro", ".astro" ] }, "organizeImports": { "enabled": true, "ignore": [ "node_modules", ".next", "dist", ".nuxt", ".wrangler", ".react-email", ".content-collections", "*.astro", ".astro" ] } }