I'd like to use JSLint, but I am wary of tools that have access to my unfiltered source code. Is there an offline version or is there another similar tool that does "lint
error checking" for JavaScript offline?
Edit: One with a GUI and that shows you a styled list of errors, instead of a command line interface?
If you like the JSLint web interface, you can do File
> Save Page As...
and Save as type:
Web Page, complete
(in Firefox, doing it in Internet Explorer may be slightly different) to a local folder.
I change the name to jslint.htm
to get it under 8.3 with no spaces.
It seems to work when saved locally.
Three things: