mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Adding more tests
This makes sure the common case is tested
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