{ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "files": { "ignore": [ "**/node_modules", "**/.next", "**/dist", "**/.turbo", "**/drizzle", "**/.pnpm-store", "**/build-context" ] }, "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 100 }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noExplicitAny": "error", "noConsoleLog": "off" }, "style": { "useImportType": "off", "useNodejsImportProtocol": "warn" }, "complexity": { "noBannedTypes": "warn" } } }, "javascript": { "formatter": { "quoteStyle": "single", "semicolons": "always", "trailingCommas": "all", "arrowParentheses": "always" } }, "json": { "formatter": { "indentWidth": 2 } } }