Fix indent
This commit is contained in:
parent
0109e8e57c
commit
532f8f8e4c
1 changed files with 6 additions and 6 deletions
12
gulpfile.ts
12
gulpfile.ts
|
@ -84,12 +84,12 @@ gulp.task('lint', () =>
|
||||||
);
|
);
|
||||||
|
|
||||||
gulp.task('format', () =>
|
gulp.task('format', () =>
|
||||||
gulp.src('./src/**/*.ts')
|
gulp.src('./src/**/*.ts')
|
||||||
.pipe(tslint({
|
.pipe(tslint({
|
||||||
formatter: 'verbose',
|
formatter: 'verbose',
|
||||||
fix: true
|
fix: true
|
||||||
}))
|
}))
|
||||||
.pipe(tslint.report())
|
.pipe(tslint.report())
|
||||||
);
|
);
|
||||||
|
|
||||||
gulp.task('mocha', () =>
|
gulp.task('mocha', () =>
|
||||||
|
|
Loading…
Reference in a new issue