JSPM

jshint-visual-studio

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 73
  • Score
    100M100P100Q110317F
  • License MIT

JSHint Visual Studio reporter

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.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