3.0.1 • Published 5 months ago

gulp-html-bemlinter v3.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

gulp-html-bemlinter

Build status License:ISC NPM version Vulnerabilities

Gulp plugin for linting a bem html

Usage

First, install gulp-html-bemlinter as a development dependency:

npm install --save-dev gulp-html-bemlinter

Then, add it to your gulpfile.js:

Simple example

import gulp from "gulp" 
import bemlinter from "gulp-html-bemlinter"

function lintBemMarkup () {
	return gulp.src("pages/**/*.html")
		.pipe(bemlinter())
}

Examples of failed and successful linting output

Useful links

image

3.0.1

5 months ago

3.0.0

5 months ago

2.1.4

12 months ago

2.1.3

1 year ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.3

2 years ago

1.2.1

2 years ago

1.1.1

2 years ago

1.0.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.2.3

2 years ago

2.0.2

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago