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
You can also have a look here: https://github.com/mikewest/jslint-utils
It should work with either Rhino or NodeJS. You can also pass multiple files for checking.
NB: if you have a command line script which doesn't take multiple files as arguments, you can always do something like: ls public/javascripts/**/*.js | jslint