{ "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", "formatter": { "enabled": true, "indentStyle": "tab" }, "organizeImports": { "enabled": false }, "linter": { "enabled": true, "rules": { "recommended": false, "suspicious": { "noImplicitAnyLet": "warn", "noDuplicateObjectKeys": "warn" }, "performance": { "noDelete": "error" }, "complexity": { "noForEach": "warn", "noUselessSwitchCase": "warn", "noUselessTypeConstraint": "warn" } } }, "files": { "ignore": [ "dist", ".next", ".svelte-kit", "package.json", ".contentlayer", ".turbo", ".nuxt" ] } }