Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 310 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 310 Bytes

This is a Deno project.

Install Pre-commit Hooks

deno task hook install

Thus, it will lint and format the code automatically before each commit.

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

deno lint
deno fmt