{ "$schema": "https://biomejs.dev/schemas/1.8.0/schema.json", "files": { "ignore": [ ".sqlx", "crates/github/graphql/schema.graphql", "dist", "node_modules", "package-lock.json", "package.json" ] }, "organizeImports": { "enabled": true }, "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "formatter": { "indentStyle": "space" }, "javascript": { "formatter": { "quoteStyle": "single" } }, "css": { "parser": { "cssModules": true } }, "linter": { "enabled": true, "rules": { "recommended": true, "a11y": { "all": false }, "complexity": { "noForEach": "off" }, "suspicious": { "noExplicitAny": "off" }, "style": { "noNonNullAssertion": "off" } } } }