diff --git a/gulpfile.js b/gulpfile.js index 45df7c8..4e5e4a2 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -16,7 +16,8 @@ gulp.task('js:lint', function() { return gulp.src(lintPathsJS) .pipe(eslint()) - .pipe(eslint.format()); + .pipe(eslint.format()) + .pipe(eslint.failAfterError()); }); gulp.task('css:lint', function() {