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
feat(check): delegate linting to lint command for consistency
Aligns check.mjs with standard pattern across socket-* repos:
- check.mjs now delegates to `pnpm run lint` with appropriate flags
- Removes running eslint directly
- Adds --all and --staged flag support
- Lint command is single source of truth for linting behavior
0 commit comments