Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tslint-teamcity-reporter

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 0.1.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.6K
increased by10.81%
Maintainers
1
Weekly downloads
 
Created
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
jshint --reporter node_modules/tslint-teamcity-reporter/teamcity.js file.js
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

Package last updated on 05 Oct 2014

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc