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:
mateo 2026-09-17 20:07:19 +00:00
parent b19332319b
commit 67b2bdb735
2 changed files with 4 additions and 6 deletions

View file

@ -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": {

View file

@ -384,5 +384,3 @@ export const parseKeywords = (keywordsString: string): string[] => {
.map((kw) => kw.trim())
.filter((kw) => kw !== "");
};