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