jslint-reporter icon indicating copy to clipboard operation
jslint-reporter copied to clipboard

Node.js wrapper for JSLint

JSLint Reporter Node.js wrapper for JSLint http://jslint.com


⚠ NOTE: This wrapper no longer constitutes the state of the art. We recommend using one of the alternatives listed below.


Usage:

$ jslint-reporter [options]

(use --upgrade to generate jslint.js alongside wrapper.js)

Options:

--[=] names as per http://www.jslint.com/lint.html#options (e.g. "--vars --predef=foo,bar,baz --maxlen=80")

--format= output format, using the following placeholders: {f}: file {l}: line {c}: character {m}: message defaults to "{f}:{l}:{c}:{m}"

--upgrade download latest version of JSLint

--verbose display additional information

--version display version numbers for both JSLint Reporter and JSLint

--help display this usage information

Alternatives