A command line tool that runs the JSLint from the shell using Google V8 javascript engine.
- Run jslint without opening a browser
- Pass jslint on a file or run it recursively on a directory
- Use a configuration file to specify the options
- Choose between verbose and concise output
$ make build
$ bin/jslintr
$ make tests