Ignore noExplicitAny in publisher-dashboard utils

Add biome override to allow `any` in conditional types used for
Svelte component utility types (WithoutChild, WithoutChildren).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
RevIQ
2026-01-09 12:03:53 +08:00
parent 8f3f711af0
commit bd3997ffe9

View File

@@ -71,6 +71,17 @@
}
}
}
},
{
// Allow any in conditional types for Svelte component utility types
"includes": ["apps/publisher-dashboard/src/lib/utils.ts"],
"linter": {
"rules": {
"suspicious": {
"noExplicitAny": "off"
}
}
}
}
]
}