diff --git a/gulpfile.js b/gulpfile.js index bc2f92f730a..bdcd172edcf 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -88,7 +88,7 @@ function lint(done) { .pipe(eslint({fix: true})) .pipe(eslint.format('stylish')) .pipe(eslint.failAfterError()) - .pipe(gulpif(isFixed, gulp.dest('./')));; + .pipe(gulpif(isFixed, gulp.dest('./'))); }; // View the code coverage report in the browser.