0.1.0 • Published 12 years ago
jshint-table-reporter v0.1.0
JSHint Table Reporter
JSHint Table Reporter is a JSHint reporter displayed in table format.
Screenshot
Porblems found.

No problems found.

Install
$ npm install jshint-table-reporterUsage
$ jshint --reporter node_modules/jshint-table-reporter/ <target file>.jsyou can use it also with grunt-contrib-jshint.
jshint: {
options: {
reporter: require('jshint-table-reporter')
}
}License
©makotot
Licensed under the MIT license.