Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 211 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 211 Bytes

Contributing

First install development dependencies:

npm ci

We use prettier to format most of our files.

npm run lint

If you get any lint errors, try

npm run format