Détail du package

jshint-reporter-jscs

lnikkila128MITobsolète0.1.0

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

JSHint reporter that looks like the JSCS default reporter.

jshint, jscs, reporter

readme

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'));