Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 488 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (14 loc) · 488 Bytes

Contributing

Yarn / Npm

Please use yarn.

Node.js version

Please use Node.js version 13.

Coding style

Please follow the StandardJS coding style.

PRs can only be merged if the linting GitHub action succeeds.

You can lint locally with: yarn lint

Specific editor files

Please do not commit specific editor files or directories such as .vscode.

If you need to create them locally, please add them to the .gitignore.

Happy coding!