mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
chore(ui): refresh eslint-metrics no-explicit-any count
The MCP selector test files added explicit-any usages; refresh the committed metric (2027 -> 2030) so the frontend-lint budget check passes.
This commit is contained in:
parent
fe84f11c4d
commit
71001f431d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"@typescript-eslint/no-explicit-any": 2027,
|
||||
"@typescript-eslint/no-explicit-any": 2030,
|
||||
"complexity": 128,
|
||||
"max-depth": 61
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue