{ "$schema": "https://biomejs.dev/schemas/2.2.0/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": false, "includes": [ "**", "!app/wasm_exec.js", "!.astro", "!dist", "!data", "!upstream", "!.react-router-backup", "!.react-router" ] }, "formatter": { "enabled": true, "indentStyle": "tab", "lineWidth": 80, "lineEnding": "lf" }, "assist": { "actions": { "source": { "organizeImports": "on", "useSortedAttributes": "on" } } }, "linter": { "enabled": true, "rules": { "recommended": true, "style": { "useImportType": "off", "noNonNullAssertion": "off" }, "correctness": { "useExhaustiveDependencies": "off" }, "suspicious": { "noExplicitAny": "warn" } } }, "javascript": { "formatter": { "quoteStyle": "single", "jsxQuoteStyle": "double" } } }