From e7e3292fa77d6cb50e8d248ff291ba4044060008 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 07:24:54 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- web/eslint-suppressions.json | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/web/eslint-suppressions.json b/web/eslint-suppressions.json index 60462bb302..6aa9cec0d7 100644 --- a/web/eslint-suppressions.json +++ b/web/eslint-suppressions.json @@ -8415,9 +8415,6 @@ } }, "app/components/workflow/index.tsx": { - "tailwindcss/enforce-consistent-class-order": { - "count": 1 - }, "ts/no-explicit-any": { "count": 1 } @@ -10968,11 +10965,6 @@ "count": 1 } }, - "app/components/workflow/panel/version-history-panel/index.tsx": { - "tailwindcss/enforce-consistent-class-order": { - "count": 2 - } - }, "app/components/workflow/panel/version-history-panel/loading/index.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -11631,17 +11623,6 @@ "count": 4 } }, - "contract/console/apps.ts": { - "style/eol-last": { - "count": 1 - }, - "style/no-multiple-empty-lines": { - "count": 1 - }, - "style/no-trailing-spaces": { - "count": 1 - } - }, "context/app-context-provider.tsx": { "tailwindcss/enforce-consistent-class-order": { "count": 1 @@ -11692,6 +11673,17 @@ "count": 1 } }, + "contract/console/apps.ts": { + "style/eol-last": { + "count": 1 + }, + "style/no-multiple-empty-lines": { + "count": 1 + }, + "style/no-trailing-spaces": { + "count": 1 + } + }, "hooks/use-async-window-open.spec.ts": { "ts/no-explicit-any": { "count": 6 @@ -12098,4 +12090,4 @@ "count": 2 } } -} +} \ No newline at end of file