{ "$schema": "https://biomejs.dev/schemas/2.1.4/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": false }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf", "lineWidth": 100 }, "linter": { "enabled": true, "rules": { "recommended": true, "correctness": { "noUnusedVariables": "error", "useExhaustiveDependencies": "warn" }, "style": { "noNonNullAssertion": "warn", "useConst": "error" }, "suspicious": { "noExplicitAny": "warn", "noArrayIndexKey": "warn" } } }, "javascript": { "formatter": { "quoteStyle": "single", "trailingCommas": "es5", "semicolons": "always" } }, "overrides": [ { "formatter": { "enabled": false }, "linter": { "enabled": false } }, { "linter": { "rules": { "suspicious": { "noExplicitAny": "off" }, "correctness": { "noUnusedVariables": "warn" }, "complexity": { "noStaticOnlyClass": "off" } } } }, { "linter": { "rules": { "style": { "useTemplate": "warn", "noUnusedTemplateLiteral": "warn" } } } }, { "linter": { "rules": { "suspicious": { "noExplicitAny": "off" }, "correctness": { "noUnusedVariables": "warn" } } } }, { "linter": { "rules": { "suspicious": { "noExplicitAny": "off" }, "correctness": { "noUnusedVariables": "warn" } } } } ] }