Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

A gulp-tslint reporter for Visual Studio Online and Team Foundation Server

License

Notifications You must be signed in to change notification settings

EnableSoftware/gulp-tslint-vso-reporter

Repository files navigation

gulp-tslint-vso-formatter

A gulp-tslint reporter for Visual Studio Online and Team Foundation Server.

Usage

import gulp from "gulp";
import tslint from "gulp-tslint";
import vsoReporter from "gulp-tslint-vso-reporter";

gulp.task("typescript:lint", function() {
    return gulp.src("greeter.ts")
        .pipe(tslint())
        .pipe(tslint.report(vsoReporter));
});

About

A gulp-tslint reporter for Visual Studio Online and Team Foundation Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published