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
style(lint): apply biome lint autofixes and fix iterable-callback returns
Mechanical cleanup surfaced by enabling Biome lint: node: import protocol,
`import type`, removal of unused imports/vars/members, template literals,
literal member access, optional chaining, Number.isNaN. Rewrites 9 forEach
callbacks that implicitly returned a value as for-of loops, and suppresses one
deliberate control-char regex (the ANSI stripper). No behavior change — 722
tests pass.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Piqz8qJ21eRpPrmWwxr6fg
0 commit comments