From 7067b5f3cbde3ac3627e42c82ce2358cb87f2b80 Mon Sep 17 00:00:00 2001 From: zhsama Date: Tue, 10 Feb 2026 00:55:44 +0800 Subject: [PATCH] chore: eslint suppressions --- web/eslint-suppressions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/eslint-suppressions.json b/web/eslint-suppressions.json index 1129f31ebb..ca0eec75f7 100644 --- a/web/eslint-suppressions.json +++ b/web/eslint-suppressions.json @@ -1482,7 +1482,7 @@ }, "app/components/base/prompt-editor/plugins/hitl-input-block/index.tsx": { "react-refresh/only-export-components": { - "count": 3 + "count": 2 } }, "app/components/base/prompt-editor/plugins/last-run-block/index.tsx": {