0.1.0 • Published 10 years ago

jshint-table-reporter v0.1.0

Weekly downloads
7
License
-
Repository
github
Last release
10 years ago

JSHint Table Reporter

JSHint Table Reporter is a JSHint reporter displayed in table format.

Screenshot

Porblems found.

problems

No problems found.

no problems

Install

$ npm install jshint-table-reporter

Usage

$ jshint --reporter node_modules/jshint-table-reporter/ <target file>.js

you can use it also with grunt-contrib-jshint.

jshint: {
  options: {
    reporter: require('jshint-table-reporter')
  }
}

License

©makotot
Licensed under the MIT license.

0.1.0

10 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago