This linter checks attribute class in final html files for BEM-naming conventions.
## Usage ``` $ npm install bemlint ``` next ``` $ npx bemlint ``` ## Config file name - `bemlintrc` ```js { 'elementDivider': '__', 'modifierDivider': '_', 'ignore': [ "node_module", "**/test/*.html", ], 'rules': { 'rule-id': t
gulp plugin to bemlint html files
gulp plugin to bemlint html files
CLI tool for linting HTML using BEM methodology.
Generate FED starter project