You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous @typescript-eslint 5.58 and eslint 7.32 stack predated
TypeScript 5.x, and @typescript-eslint warned at startup that the
installed TS version was not officially supported. Bump eslint to
^8.57 and @typescript-eslint to ^8.57 — the latter officially supports
TS 5.x, which matches the recent TS bump.
The v8 rename surfaces a few rule-name changes that need to be applied
where the codebase used eslint-disable comments:
- @typescript-eslint/no-var-requires → no-require-imports
- @typescript-eslint/ban-types → no-unsafe-function-type for the
Function-type uses in benchmark.js-plugin's add() overloads
Add a one-line disable for an intentionally-side-effecting expression
in benchmark.js-plugin/benches/sample.ts that the v8 recommended
config now flags as @typescript-eslint/no-unused-expressions.
Refs COD-2721
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments