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
Bare-return and single-line `if` statements tripped the `curly` rule, and
`isFullSha` was declared inside `writeMetaFiles` even though it didn't
capture any parent-scope bindings. Hoist the helper to module scope and
add braces to every single-statement `if`.
0 commit comments