Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 245 Bytes

File metadata and controls

8 lines (6 loc) · 245 Bytes
  • use bun
  • use bun fmt for formatting

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