@minlare/gulp-bemlint-html

1.0.1 • 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 @minlare/gulp-bemlint-html

Weekly Downloads

18

Version

1.0.1

License

ISC

Unpacked Size

3.13 kB

Total Files

4

Last publish

Collaborators

  • minlare