forked from FoundKeyGang/FoundKey
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.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', () =>
|
||||
|
|
Loading…
Reference in a new issue