Skip to content

Commit

Permalink
Disable eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Jan 2, 2015
1 parent 5f09682 commit d179e68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ gulp.task('static', function () {
.pipe(jshint.reporter('jshint-stylish'))
.pipe(jshint.reporter('fail'))
.pipe(jscs())
.on('error', handleErr)
.pipe(eslint())
.pipe(eslint.format())
.pipe(eslint.failOnError());
.on('error', handleErr);
// .pipe(eslint())
// .pipe(eslint.format())
// .pipe(eslint.failOnError());
});

gulp.task('test', function (cb) {
Expand Down

0 comments on commit d179e68

Please sign in to comment.