From 5572de1d3c234d7feb3078f9da2fd010e0080081 Mon Sep 17 00:00:00 2001 From: zhsama Date: Sat, 31 Jan 2026 00:31:57 +0800 Subject: [PATCH] chore: prune 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 0ac8c7319f..a0d2e2afab 100644 --- a/web/eslint-suppressions.json +++ b/web/eslint-suppressions.json @@ -4203,16 +4203,13 @@ }, "app/components/workflow/variable-inspect/value-content.tsx": { "react-hooks-extra/no-direct-set-state-in-use-effect": { - "count": 5 + "count": 1 }, "regexp/no-super-linear-backtracking": { "count": 1 }, "regexp/no-unused-capturing-group": { "count": 2 - }, - "ts/no-explicit-any": { - "count": 7 } }, "app/components/workflow/workflow-history-store.tsx": {