nodeunit
nodeunit copied to clipboard
Use JSHint instead of nodelint
I see that nodelint is present, but nobody seems to be running it. It is predictable: nodelint just produces way too much output which is very hard to read and filter out real problems. I propose using JSHint instead which is more useful from this point of view.
You just requested to add an entire jslint project with all the dependencies to this repository. It was a mistake, right?
No, it isn't. I see that author adds all the dependencies including dev (like uglify-js
and should
) into this repo. I don't see any reason to do that (personally I add whole node_modules
folder to .gitignore
in my projects), but I follow this convention. Of course I can remove jshint files if author say so.
+1