/JSLintr

JSLint on V8 command line tool

Primary LanguageJavaScript

JSLintr

A command line tool that runs the JSLint from the shell using Google V8 javascript engine.

What can it do?

  • 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

How to…

Build

$ make build

Run

$ bin/jslintr

Run tests

$ make tests