From 0b9e7892159ee98fcf25d7030a8cc72db8ffce65 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 1 Mar 2026 16:40:22 -0800 Subject: chore(cleanup): remove stale eslint directives --- src/lib/Data/hololive.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/Data/hololive.ts') diff --git a/src/lib/Data/hololive.ts b/src/lib/Data/hololive.ts index b6ef637d..576a30ed 100644 --- a/src/lib/Data/hololive.ts +++ b/src/lib/Data/hololive.ts @@ -66,7 +66,6 @@ function parseToLiveBlocks(html: string): LiveBlock[] { const dateDiv = row.querySelector(".holodule"); if (dateDiv) { date = dateDiv.textContent?.replace(/\s+/g, "") || ""; - // eslint-disable-next-line @typescript-eslint/no-non-null-assertion date = date.match(/\d+\/\d+/)![0].replace("/", "-"); // const dateMatch = date.match(/\d+\/\d+/); -- cgit v1.2.3