nodeunit icon indicating copy to clipboard operation
nodeunit copied to clipboard

Use JSHint instead of nodelint

Open m1kc opened this issue 11 years ago • 3 comments

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.

m1kc avatar Oct 03 '13 11:10 m1kc

You just requested to add an entire jslint project with all the dependencies to this repository. It was a mistake, right?

rlidwka avatar Oct 04 '13 16:10 rlidwka

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.

m1kc avatar Oct 04 '13 17:10 m1kc

+1

msimerson avatar Oct 28 '14 19:10 msimerson