mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
chore(ui): format helpers.ts and prune stale eslint suppressions
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
b19332319b
commit
67b2bdb735
2 changed files with 4 additions and 6 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -384,5 +384,3 @@ export const parseKeywords = (keywordsString: string): string[] => {
|
|||
.map((kw) => kw.trim())
|
||||
.filter((kw) => kw !== "");
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue