Tool for checking syntax of bemhtml template language. For now, checks only for parser errors.
Install using npm
:
npm install -g bemhtml-lint
Single file:
bemhtml-lint block/block.bemhtml
Multiple files:
bemhtml-lint block1/block1.bemhtml block2/block2.bemhtml
Glob pattern:
bemhtml-lint *.bemhtml
Vim: use Syntastic.
Distributed under the MIT License.