Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 512 Bytes

File metadata and controls

21 lines (14 loc) · 512 Bytes

Contributing

Thanks for reading this document!

Contributions are welcome, but I have little time to invest in this project. I ask you to test the change extensively to make my review as easier and possible, and I apologize in advance if it will take me some time to review it.

Helpful commands

# install dependencies
pnpm install

# type checking and lint/format check (CI runs this)
pnpm lint

# everything lint does, plus auto-format and auto-fix lint issues
pnpm fix

# run tests
pnpm test