gulp-bemlint-html

1.0.0 • Public • Published

gulp-bemlint-html

gulp plugin to bemlint html files using https://github.com/DesTincT/bemlint

gulp.task('html', () => {
  const bemlintHtml = require('gulp-bemlint-html');
  return gulp.src('**/*.html')
    .pipe(bemlintHtml())
});

Readme

Keywords

none

Package Sidebar

Install

npm i gulp-bemlint-html

Weekly Downloads

3

Version

1.0.0

License

ISC

Unpacked Size

3.1 kB

Total Files

4

Last publish

Collaborators

  • minlare