Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 477 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 477 Bytes

Read more about project setup here

Formatting the code

Once you have finished adding the changes, make sure to format your code with formatter.

npm run lint
# or
npx prettier . -w

Create a pull request

You can read more about pull requests here