jshint-teamcity-compile

0.0.4 • Public • Published

jshint-teamcity-compile npmVersion

Build Status Dependencies DevDependecies

JSHint TeamCity Reporter to report using compilation messages as an alternative to using test suites.

Getting Started

jshint-teamcity-compile can be installed using npm:

npm install jshint-teamcity-compile --save-dev

Usage Examples

To use, point jshint at the reporter

Command Line

jshint --reporter node_modules/jshint-teamcity-compile *.js

Using gulp-jshint

var jshintCompileReporter = require('jshint-teamcity-compile');

gulp.task('jshint', function() {
  gulp.src('*.js')
    .pipe(jshint())
    .pipe(jshint.reporter(jshintCompileReporter));
});

License

Thanks to jshint-teamcity.

MIT © Jim Karg

Package Sidebar

Install

npm i jshint-teamcity-compile

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • wurmr