stylelint-checkstyle-export
v1.0.0
Published
Checkstyle exporter for stylelint and postCss
Downloads
4
Maintainers
Readme
stylelint-checkstyle-exporter
Usage
var checkstyle = require('stylelint-checkstyle-exporter');
gulp.task('checkstyle', function () {
var plugins = [
cssimport,
cssmixins,
stylelint,
checkstyle
];
return gulp.src(CSS_SOURCES)
.pipe(postcss(plugins));
});