Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 261 Bytes

File metadata and controls

3 lines (3 loc) · 261 Bytes
  • Before marking any task complete, run and verify: npm run format, npm run check
  • Don't destructure react imports; use React as a namespace (e.g. React.useState, React.useRef)
  • Use exact versions in package.json (e.g. "1.2.3" not "^1.2.3")