{ "$schema": "https://biomejs.dev/schemas/1.7.1/schema.json", "organizeImports": { "enabled": true }, "formatter": { "enabled": true, "formatWithErrors": false, "ignore": [], "attributePosition": "auto", "indentStyle": "tab", "indentWidth": 4, "lineEnding": "lf", "lineWidth": 100 }, "linter": { "enabled": true, "rules": { "recommended": true, "correctness": { "noUnusedImports": "warn", "noUnusedVariables": "warn" }, "complexity": { "noExcessiveCognitiveComplexity": "error" }, "style": { "useConsistentArrayType": "warn", "useFilenamingConvention": { "level": "error", "options": { "filenameCases": ["PascalCase", "export"] } }, "useForOf": "warn", "useNamingConvention": { "level": "error", "options": { "requireAscii": true } }, "useShorthandAssign": "warn" }, "suspicious": { "noConsoleLog": "warn", "useAwait": "warn" }, "nursery": { "noDuplicateElseIf": "warn" } } }, "vcs": { "enabled": true, "clientKind": "git" }, "files": { "ignore": ["babel.config.js"] } }