From 232da66b53ff687c091e37a1cdad31dcd7aa35ca Mon Sep 17 00:00:00 2001 From: yyh Date: Mon, 19 Jan 2026 10:51:53 +0800 Subject: [PATCH] chore: update eslint suppressions --- web/eslint-suppressions.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/web/eslint-suppressions.json b/web/eslint-suppressions.json index 86b7095f2b..5a7e08fe5f 100644 --- a/web/eslint-suppressions.json +++ b/web/eslint-suppressions.json @@ -2668,7 +2668,7 @@ }, "app/components/plugins/plugin-detail-panel/tool-selector/index.tsx": { "ts/no-explicit-any": { - "count": 15 + "count": 8 } }, "app/components/plugins/plugin-detail-panel/tool-selector/reasoning-config-form.tsx": { @@ -3139,9 +3139,6 @@ } }, "app/components/workflow-app/hooks/use-workflow-init.ts": { - "react-hooks/immutability": { - "count": 1 - }, "ts/no-explicit-any": { "count": 3 }