A reporter for gulp-tslint that formats lint results for TeamCity using tslint-teamcity-reporter. Deprecated since tslint 4.x and gulp-tslint 7.x, as the reporter can now be used directly. Version 1.1.1 is the latest and final release. No longer maintained.
npm install gulp-tslint-teamcityNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures a gulp task to lint TypeScript files and output TeamCity-compatible messages using gulp-tslint-teamcity.
Use gulp-tslint with formatter: 'tslint-teamcity-reporter' directly; see README for example.
Use .pipe(tslint.report(teamcity, { emitError: false })) instead of .pipe(tslint({ formatter: teamcity })).Install gulp-tslint and tslint-teamcity-reporter as devDependencies.
Use .pipe(tslint.report(teamcity, { emitError: false }))Run npm install --save-dev tslint-teamcity-reporter