/jshint-reporter-jscs

JSHint reporter with code preview like JSCS.

Primary LanguageJavaScript

jshint-reporter-jscs

Build Status Dependencies 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'));