chore(lint): drop stale repo lint comments

This commit is contained in:
Vincent Koc
2026-04-06 16:01:12 +01:00
parent 7f336aba56
commit 9c3d9c5c18
13 changed files with 1 additions and 35 deletions

View File

@@ -5,7 +5,6 @@ const theme = {
dim: (s: string) => `<d>${s}</d>`,
bold: (s: string) => `<b>${s}</b>`,
accentSoft: (s: string) => `<a>${s}</a>`,
// oxlint-disable-next-line typescript/no-explicit-any
} as any;
describe("tui-waiting", () => {