Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 263 Bytes

File metadata and controls

10 lines (7 loc) · 263 Bytes

Pre-commit checklist

Before every git commit and git push, run:

npm run format
npm run check

format fixes formatting in-place. check runs typecheck + format verification + lint (read-only, CI-safe). Both must pass clean before committing.