Forráskód Böngészése

Mention JSHint in CONTRIBUTING.rst

JC Brand 12 éve
szülő
commit
38060c38e5
1 módosított fájl, 8 hozzáadás és 0 törlés
  1. 8 0
      CONTRIBUTING.rst

+ 8 - 0
CONTRIBUTING.rst

@@ -33,5 +33,13 @@ You can see the current test output online, here: http://conversejs.org/tests.ht
 On the command line you can run ``grunt test`` (if you have before run ``npm
 On the command line you can run ``grunt test`` (if you have before run ``npm
 install``).
 install``).
 
 
+Check your code for errors or bad habits by running JSHint
+----------------------------------------------------------
+
+If you haven't yet done so, run ``npm install`` to install all development
+dependencies.
+
+Then run ``grunt jshint`` and check the output.
+
 .. _Converse.js: http://conversejs.org
 .. _Converse.js: http://conversejs.org
 .. _`contact me`: http://opkode.com/contact.html
 .. _`contact me`: http://opkode.com/contact.html