{ "$schema": "https://biomejs.dev/schemas/2.4.4/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "assist": { "actions": { "source": { "organizeImports": "on" } } }, "formatter": { "enabled": true, "indentStyle": "tab", "indentWidth": 1, "lineWidth": 120 }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noExplicitAny": "off", "noArrayIndexKey": "off" }, "style": { "noNonNullAssertion": "off" }, "correctness": { "useExhaustiveDependencies": "off", "noInvalidUseBeforeDeclaration": "off" }, "a11y": { "useButtonType": "off", "noLabelWithoutControl": "off", "noStaticElementInteractions": "off", "useKeyWithClickEvents": "off" } } }, "files": { "includes": ["**", "!**/node_modules", "!**/dist", "!**/src/routeTree.gen.ts"] } }