mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
Merge branch 'gulp-plugins'
This commit is contained in:
@@ -44,4 +44,12 @@ gulp.task('tslint-json', function(){
|
||||
}
|
||||
}))
|
||||
.pipe(tslint.report('prose'));;
|
||||
});
|
||||
});
|
||||
|
||||
gulp.task("lint", () => {
|
||||
return gulp.src(["gulpfile.ts", "{src,test}/**/*.ts"])
|
||||
.pipe(tslint())
|
||||
.pipe(tslint.report("verbose", {
|
||||
emitError: true
|
||||
}));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user