From 1c05faee6b6e737a1e55a588f76bc6cebd467687 Mon Sep 17 00:00:00 2001 From: rhysd Date: Mon, 26 Aug 2024 23:27:22 +0900 Subject: [PATCH] remove unnecessary disable comment for eslint rule --- v2/web/components/Article.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/v2/web/components/Article.tsx b/v2/web/components/Article.tsx index 201ea7c..0326446 100644 --- a/v2/web/components/Article.tsx +++ b/v2/web/components/Article.tsx @@ -61,7 +61,6 @@ function dispatchHeadings(root: HTMLElement, dispatch: Dispatch): void { currentId = null; }; - // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition currentId = setTimeout(callback, 100); }