Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 235 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (6 loc) · 235 Bytes

Linting

PRs will automatically be subjected to eslint. If you don't want to do a full build, but would like to check if your change passes the linter, you can run the following in your favourite shell:

$ eslint js/**.js