{ "root": false, "$schema": "https://biomejs.dev/schemas/2.4.4/schema.json", "extends": ["../../biome.json"], "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true, "defaultBranch": "main" }, "files": { "ignoreUnknown": false, "includes": ["src/**/*.ts"] }, "overrides": [ { "includes": ["src/__tests__/**"], "linter": { "rules": { "suspicious": { "noExplicitAny": "off", "noImplicitAnyLet": "off", "noAssignInExpressions": "off" }, "correctness": { "noUnusedVariables": "off", "noUnusedFunctionParameters": "off" } } } } ], "plugins": ["../../lint/no-type-assertion.grit", "../../lint/no-typeof-string-number.grit"] }