diff --git a/gulpfile.ts b/gulpfile.ts index df8382547..fe5b38f5f 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -84,12 +84,12 @@ gulp.task('lint', () => ); gulp.task('format', () => -gulp.src('./src/**/*.ts') - .pipe(tslint({ - formatter: 'verbose', - fix: true - })) - .pipe(tslint.report()) + gulp.src('./src/**/*.ts') + .pipe(tslint({ + formatter: 'verbose', + fix: true + })) + .pipe(tslint.report()) ); gulp.task('mocha', () =>