Socket
Socket
Sign inDemoInstall

tslint-teamcity-reporter

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tslint-teamcity-reporter

A TSLint formatter/reporter for use in TeamCity which groups by files using TeamCity Test Suite


Version published
Weekly downloads
1.3K
decreased by-2.73%
Maintainers
1
Install size
15.7 kB
Created
Weekly downloads
 

Readme

Source

Build Status Dependency Status NPM version

TSLint TeamCity Reporter

A TSLint formatter/reporter for use in TeamCity which groups by files using TeamCity Test Suite

Install

Install with npm: npm install --save-dev tslint-teamcity-reporter

Usage

Use it with:

JSHint CLI
tslint --formatters-dir node_modules/tslint-teamcity-reporter/ --format TSHintTeamcity file.ts
grunt-tslint
grunt.initConfig({
	tslint: {
		options: {
			formatter: 'tslint-teamcity-reporter'
		},
		files: {
      src: ['**/*.ts']
    }
	}
});

grunt.loadNpmTasks('tslint-teamcity-reporter');
grunt.registerTask('default', ['tslint']);

Screenshot

License

Thanks to jshint-teamcity and tslint-path-formatter.

MIT © Tha Narie

Keywords

FAQs

Last updated on 25 Oct 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc