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

Installation
$ npm install jshint-reporter-jscs --save-devUsage with gulp
return gulp.src(scripts)
.pipe(jshint())
.pipe(jshint.reporter('jshint-reporter-jscs'));