JSPM

gulp-visual-studio-csslint

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q13813F
  • License MIT

CSSlint Visual Studio reporter

Package Exports

  • gulp-visual-studio-csslint

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 (gulp-visual-studio-csslint) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

gulp-visual-studio-csslint

CSSLint Visual Studio reporter

Install

Install with npm: npm install --save-dev gulp-visual-studio-csslint

gulp-csslint

// csslint Task 
gulp.task('csslint', function() {
    return gulp.src(pathToCss)
    .pipe(csslint.reporter(csslintVisualStudioReporter));
});

License

Thanks to Patrick Lafrance.

MIT © Laurent Bonnot