From 6f40d79538321ec78b7229d077578e7ff5888e88 Mon Sep 17 00:00:00 2001 From: yyh Date: Mon, 19 Jan 2026 13:33:53 +0800 Subject: [PATCH] chore: prune unused eslint suppressions after merge --- web/eslint-suppressions.json | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/web/eslint-suppressions.json b/web/eslint-suppressions.json index b37250d4ea..462130df6f 100644 --- a/web/eslint-suppressions.json +++ b/web/eslint-suppressions.json @@ -73,19 +73,6 @@ "count": 1 } }, - "app/(commonLayout)/app/(appDetailLayout)/[appId]/layout-main.tsx": { - "react-hooks-extra/no-direct-set-state-in-use-effect": { - "count": 2 - }, - "ts/no-explicit-any": { - "count": 1 - } - }, - "app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/time-range-picker/range-selector.tsx": { - "react-hooks/preserve-manual-memoization": { - "count": 1 - } - }, "app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/__tests__/svg-attribute-error-reproduction.spec.tsx": { "no-console": { "count": 19 @@ -2186,19 +2173,6 @@ "count": 4 } }, - "app/components/header/app-nav/index.tsx": { - "react-hooks-extra/no-direct-set-state-in-use-effect": { - "count": 2 - }, - "ts/no-explicit-any": { - "count": 1 - } - }, - "app/components/header/dataset-nav/index.tsx": { - "react-hooks/preserve-manual-memoization": { - "count": 6 - } - }, "app/components/header/header-wrapper.tsx": { "ts/no-explicit-any": { "count": 1