JSLint works fine for just one JavaScript file. Recently, I\'ve started breaking my program into several pieces.
I don\'t want to be stringing the pieces each time I
What's wrong with just running the command?
jslint .
will check all js files in the current directory and recurse down the tree.