Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 325 Bytes

File metadata and controls

13 lines (9 loc) · 325 Bytes
  • use bun
  • use bun fmt for formatting

Git

  • commit and push directly to main
  • do not create separate branches

Procedure

  • before finishing any code change, run bun run check
  • bun run check must pass (bun run lint + bun run fmt:check)
  • if formatting fails, run bun fmt, then re-run bun run check