We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f739f3 commit 42e081dCopy full SHA for 42e081d
CONTRIBUTING.md
@@ -13,7 +13,7 @@ All code changes happen through Github Pull Requests and we actively welcome the
13
3. If you've added code that should be tested, add tests.
14
4. Commit your changes (git commit -m 'Added some feature')
15
5. Ensure the test suite passes and on Travis CI as well.
16
-6. Make sure your code lints.
+6. Make sure your code lints (npm run lint).
17
7. Push to the branch (git push origin [my-new-feature])
18
8. Issue that pull request! Specify what you changed in details when you are doing pull request & squash all commits.
19
0 commit comments