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
chore: sync fleet-canonical scripts/fix.mts from socket-repo-template@c7eff9e
Refresh of the auto-fix script to the new fleet-canonical form.
Functional change vs. prior local copy: extra argv now flows
through to `pnpm run lint --fix`, so `pnpm run fix --all`,
`pnpm run fix --staged`, and explicit file paths all work
uniformly across the fleet.
Eliminates the prior split where socket-addon + socket-stuie used
an inline `oxfmt --write . && oxlint --fix` form that rejected
`--all`. Both adopted scripts/fix.mts in their own commits today;
this brings the rest of the fleet to byte-identical with the new
canonical version.
Synced byte-identical from socket-repo-template via sync-scaffolding.
0 commit comments