jshint-visual-studio
v1.0.1
Published
JSHint Visual Studio reporter
Downloads
322
Maintainers
Readme
jshint-visual-studio
JSHint Visual Studio reporter
Install
Install with npm: npm install --save-dev jshint-visual-studio
Usage
Use it with:
JSHint CLI
jshint --reporter node_modules/jshint-visual-studio/visual-studio.js file.js
gulp-jshint
gulp.task('default', function () {
gulp.src(["file.js"])
.pipe(jshint(".jshintrc"))
.pipe(jshint.reporter("jshint-visual-studio"));
});
License
Thanks to jshint-teamcity.
MIT © Patrick Lafrance