JSHint reporter that looks like the reporter from JSCS. Supports code previews with line numbering.
$ npm install jshint-reporter-jscs --save-dev
Usage with gulp
return gulp.src(scripts)
.pipe(jshint())
.pipe(jshint.reporter('jshint-reporter-jscs'));