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
fix(lint): convert cached-length for-loops over iterables to for-of
Drop manual cached-length for-loops at call sites the new
`socket/no-cached-for-on-iterable` rule catches. Pure mechanical
swap to `for (const item of X)`; no logic change.
0 commit comments