{ "$schema": "https://biomejs.dev/schemas/1.8.0/schema.json", "organizeImports": { "enabled": true }, "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "formatter": { "indentStyle": "space" }, "javascript": { "formatter": { "quoteStyle": "single" } }, "linter": { "enabled": true, "rules": { "recommended": true, "a11y": { "all": false }, "suspicious": { "noExplicitAny": "off" } } } }