Package Exports
- jshint-visual-studio
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jshint-visual-studio) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.jsgulp-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