Adding linting note to CONTRIBUTING.md

This commit is contained in:
Maxime Beauchemin 2016-03-16 08:23:40 -07:00
parent 7c5e660bd1
commit 417b5a5e09
1 changed files with 4 additions and 0 deletions

View File

@ -144,8 +144,12 @@ Tests can then be run with:
Lint the project with:
# for python changes
flake8 changes tests
# for javascript
npm run lint
## API documentation
Generate the documentation with: