mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
chore(ui): broaden lodash ban message beyond debounce
This commit is contained in:
parent
00e3c211c2
commit
819ec6946c
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ const eslintConfig = [
|
|||
{
|
||||
group: ["lodash", "lodash/*", "lodash.*"],
|
||||
message:
|
||||
"lodash was removed from the dashboard; for debouncing use @tanstack/react-pacer (see src/utils/debounceConstants.ts for the shared wait).",
|
||||
"lodash was removed from the dashboard. For debouncing use @tanstack/react-pacer (shared wait: src/utils/debounceConstants.ts); for other utilities prefer native ES equivalents.",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue