Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 375 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 375 Bytes

This project uses pnpm.

Install Pre-commit Hooks

pnpm install
pnpm run prepare

Thus, it will run svelte-check, eslint, and prettier before each commit.

If you do not want to install pre-commit hooks, make sure you manually run the following commands before each commit:

pnpm run check
pnpm run lint
pnpm run format