stylelint-checkstyle-export

1.0.0 • Public • Published

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));
});

Package Sidebar

Install

npm i stylelint-checkstyle-export

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • hacksch