jshint-reporter-jscs

v0.1.0
JSHint reporter that looks like the JSCS default reporter.
jshint jscs reporter

jshint-reporter-jscs

Build Status Code Climate

JSHint reporter that looks like the reporter from JSCS. Supports code previews with line numbering.

Screenshot

Installation

$ npm install jshint-reporter-jscs --save-dev

Usage with gulp

return gulp.src(scripts)
    .pipe(jshint())
    .pipe(jshint.reporter('jshint-reporter-jscs'));
npm i jshint-reporter-jscs

Metadata

  • MIT
  • Whatever
  • Leo Nikkilä
  • released 4/4/2015

Downloads

Maintainers