Skip to content

Commit

Permalink
chore(jscs): use reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinspecker committed Oct 25, 2015
1 parent b68effb commit a814106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ gulp.task('lint', () => {
.pipe(jscs({
esnext: true
}))
.pipe(jscs.reporter())
.pipe(jshint())
.pipe(jshint.reporter('default'))
.pipe(jshint.reporter('fail'));
Expand Down

0 comments on commit a814106

Please sign in to comment.