mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 21:31:46 +00:00
biome - Ignore html type errors
This commit is contained in:
@@ -33,6 +33,7 @@ function addInternalMethodIds($: CheerioAPI): void {
|
||||
$(
|
||||
"#table-essential-internal-methods tr > td:first-child, " +
|
||||
"#table-additional-essential-internal-methods-of-function-objects tr > td:first-child",
|
||||
// biome-ignore lint/suspicious/noExplicitAny: cheerio element type
|
||||
).each((_, td: any) => {
|
||||
const $td = $(td);
|
||||
const $var = $td.find("var.field").first();
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user