{ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "files": { "ignore": [ "**/.claude/**", "**/.mypy_cache/**", "**/.next/**", "**/.turbo/**", "**/coverage/**", "**/dist/**", "**/node_modules/**" ] }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 100 }, "linter": { "enabled": true, "rules": { "recommended": true } }, "organizeImports": { "enabled": true } }