From f880ef005272db4b03cf533a6744377eb76e9635 Mon Sep 17 00:00:00 2001 From: zhsama Date: Fri, 30 Jan 2026 23:54:47 +0800 Subject: [PATCH] chore: prune eslint suppressions Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-Claude) Co-authored-by: Sisyphus --- web/eslint-suppressions.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/web/eslint-suppressions.json b/web/eslint-suppressions.json index b24fd08cfb..30a996431e 100644 --- a/web/eslint-suppressions.json +++ b/web/eslint-suppressions.json @@ -4191,16 +4191,6 @@ "count": 1 } }, - "app/components/workflow/variable-inspect/group.tsx": { - "ts/no-explicit-any": { - "count": 2 - } - }, - "app/components/workflow/variable-inspect/left.tsx": { - "ts/no-explicit-any": { - "count": 1 - } - }, "app/components/workflow/variable-inspect/listening.tsx": { "ts/no-explicit-any": { "count": 2 @@ -4208,7 +4198,7 @@ }, "app/components/workflow/variable-inspect/right.tsx": { "ts/no-explicit-any": { - "count": 3 + "count": 2 } }, "app/components/workflow/variable-inspect/trigger.tsx": { @@ -4227,7 +4217,7 @@ "count": 2 }, "ts/no-explicit-any": { - "count": 8 + "count": 7 } }, "app/components/workflow/workflow-history-store.tsx": {