From 67b2bdb7357107ef5b7c290ec5595d53456eadaa Mon Sep 17 00:00:00 2001 From: mateo Date: Thu, 17 Sep 2026 20:07:19 +0000 Subject: [PATCH] chore(ui): format helpers.ts and prune stale eslint suppressions Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- ui/litellm-dashboard/eslint-suppressions.json | 8 ++++---- .../src/components/claude_code_plugins/helpers.ts | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ui/litellm-dashboard/eslint-suppressions.json b/ui/litellm-dashboard/eslint-suppressions.json index 51a7a196d0a..493b2089c68 100644 --- a/ui/litellm-dashboard/eslint-suppressions.json +++ b/ui/litellm-dashboard/eslint-suppressions.json @@ -1066,7 +1066,7 @@ "count": 1 }, "prefer-const": { - "count": 2 + "count": 1 } }, "src/app/(dashboard)/search-tools/_components/SearchTools.tsx": { @@ -1804,16 +1804,16 @@ "count": 1 }, "max-params": { - "count": 23 + "count": 21 }, "no-nested-ternary": { "count": 5 }, "no-restricted-syntax": { - "count": 150 + "count": 147 }, "prefer-const": { - "count": 32 + "count": 31 } }, "src/components/object_permissions_view.tsx": { diff --git a/ui/litellm-dashboard/src/components/claude_code_plugins/helpers.ts b/ui/litellm-dashboard/src/components/claude_code_plugins/helpers.ts index 3c7e84ade46..57ac2dc9545 100644 --- a/ui/litellm-dashboard/src/components/claude_code_plugins/helpers.ts +++ b/ui/litellm-dashboard/src/components/claude_code_plugins/helpers.ts @@ -384,5 +384,3 @@ export const parseKeywords = (keywordsString: string): string[] => { .map((kw) => kw.trim()) .filter((kw) => kw !== ""); }; - -