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:
11
biome.jsonc
11
biome.jsonc
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user