Skip to content

Commit b6fb3d8

Browse files
authored
Update CONTRIBUTING.md (#3109)
Note on linting
1 parent 6264f99 commit b6fb3d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ We really want Parse to be yours, to see it grow and thrive in the open source c
99
* Take testing seriously! Aim to increase the test coverage with every pull request.
1010
* Run the tests for the file you are working on with `npm test spec/MyFile.spec.js`
1111
* Run the tests for the whole project and look at the coverage report to make sure your tests are exhaustive by running `npm test` and looking at (project-root)/lcov-report/parse-server/FileUnderTest.js.html
12+
* Lint your code by running `npm run lint` to make sure all your code is not gonna be rejected by the CI.
1213

1314
##### Code of Conduct
1415

0 commit comments

Comments
 (0)