Skip to content
Snippets Groups Projects
Commit 532f8f8e authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Fix indent

parent 0109e8e5
No related branches found
No related tags found
No related merge requests found
......@@ -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', () =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment