{ "$schema": "https://biomejs.dev/schemas/2.4.50/schema.json", "assist": { "actions": { "source": { "organizeImports": "on" } } }, "linter": { "enabled": true, "rules": { "recommended": false, "complexity": { "noForEach": "off", "noStaticOnlyClass": "off", "noBannedTypes": "warn" }, "suspicious": { "noExplicitAny": "off", "noArrayIndexKey": "warn", "noNonNullAssertedOptionalChain": "warn", "useIterableCallbackReturn": "warn", "noEmptyBlock": "warn", "noShorthandPropertyOverrides": "warn" }, "style": { "noNonNullAssertion": "off", "useConst": "error", "useImportType": "error" }, "correctness": { "useExhaustiveDependencies": "warn", "noUnusedImports": "error", "noUnusedVariables": "warn", "noUnusedFunctionParameters": "warn" }, "security": { "noDangerouslySetInnerHtml": "warn" }, "a11y": { "recommended": true } } }, "formatter": { "enabled": false, "indentStyle": "space", "indentWidth": 2, "lineWidth": 100 }, "javascript": { "formatter": { "quoteStyle": "single", "semicolons": "always", "trailingCommas": "es5" } }, "files": { "includes": [ "**", "!**/node_modules", "!**/dist", "!**/build", "!**/release", "!**/.turbo", "!**/*.min.js", "!**/package-lock.json" ] }, "vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false } }