chore(ui): broaden lodash ban message beyond debounce

This commit is contained in:
ryan-crabbe-berri 2026-07-12 22:28:13 -07:00
parent 00e3c211c2
commit 819ec6946c

View file

@ -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.",
},
],
},