Skip to content

Commit 42e081d

Browse files
committed
updated contributing.md
1 parent 2f739f3 commit 42e081d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ All code changes happen through Github Pull Requests and we actively welcome the
1313
3. If you've added code that should be tested, add tests.
1414
4. Commit your changes (git commit -m 'Added some feature')
1515
5. Ensure the test suite passes and on Travis CI as well.
16-
6. Make sure your code lints.
16+
6. Make sure your code lints (npm run lint).
1717
7. Push to the branch (git push origin [my-new-feature])
1818
8. Issue that pull request! Specify what you changed in details when you are doing pull request & squash all commits.
1919

0 commit comments

Comments
 (0)