jshint-table-reporter

0.1.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i jshint-table-reporter

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • makotot