biome - Ignore html type errors

This commit is contained in:
2026-04-14 17:04:55 +05:30
parent 08500bb7c8
commit 88e81238de
2 changed files with 2 additions and 0 deletions
@@ -154,6 +154,7 @@ function getListItemPrefix(
function listToMarkdown(
$: cheerio.CheerioAPI,
// biome-ignore lint/suspicious/noExplicitAny: cheerio element type complexity
elem: any,
depth: number = 0,
): string {