0.1.0 • Published 8 years ago

jshint-simple-log v0.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

##jshint-simple-log

This JSHint reporter will write any errors into a log file.

Here's an example output:

2 lint errors found in the file client/app/app.js
 [4:9] - (W098) - 'asdf' is defined but never used.
 [5:9] - (W098) - 'fdsa' is defined but never used.

Installation

To use jshint-simple-log, you need JSHint installed on your system (or in your project node_modules directory).

Now you can install the reporter

$ npm install jshint-simple-log --save-dev

Usage

Add a reference to this reporter in your JSHint command

$ jshint --reporter node_modules/jshint-simple-log/index.js myFile.js
0.1.0

8 years ago

0.0.1

8 years ago