Skip to content

Commit 98d9e53

Browse files
committed
update devDeps
1 parent c19bc93 commit 98d9e53

File tree

3 files changed

+717
-563
lines changed

3 files changed

+717
-563
lines changed

gulpfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ gulp.task('lint', () => {
1212
];
1313

1414
return gulp.src(glob)
15-
.pipe(eslint())
16-
.pipe(eslint.format())
17-
.pipe(eslint.failAfterError());
15+
.pipe(eslint())
16+
.pipe(eslint.format())
17+
.pipe(eslint.failAfterError());
1818
});
1919

2020
gulp.task('test', ['lint'], () => {

0 commit comments

Comments
 (0)