Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

jshint-teamcity

Package Overview
Dependencies
1
Maintainers
1
Versions
8
Issues
File Explorer

Advanced tools

jshint-teamcity

JSHint TeamCity Reporter which group by files using TeamCity Test Suite

    1.1.1latest
    Github

Version published
Maintainers
1
Weekly downloads
624
increased by23.56%

Weekly downloads

Readme

Source

jshint-teamcity

JSHint TeamCity Reporter which group by files using TeamCity Test Suites

Install

Install with npm: npm install --save-dev jshint-teamcity

Usage

Use it with:

JSHint CLI
jshint --reporter node_modules/jshint-teamcity/teamcity.js file.js
gulp-jshint
gulp.task('default', function () { gulp.src(['file.js']) .pipe(jshint('.jshintrc')) .pipe(jshint.reporter('jshint-teamcity')); });
grunt-contrib-jshint
grunt.initConfig({ jshint: { options: { reporter: require('jshint-teamcity') }, target: ['file.js'] } }); grunt.loadNpmTasks('grunt-contrib-jshint'); grunt.registerTask('default', ['jshint']);

Screenshot

License

Thanks to jshint-stylish and jshint-teamcity-reporter.

MIT © David Hong

Keywords

FAQs

Last updated on 16 Nov 2016

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • 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