New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bemhtml-lint

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bemhtml-lint

lint tool for bemhtml

0.1.0
latest
npm
Version published
Weekly downloads
7
600%
Maintainers
0
Weekly downloads
 
Created
Source

bemhtml-lint

Tool for checking syntax of bemhtml template language. For now, checks only for parser errors.

Installation

Install using npm:

npm install -g bemhtml-lint

Usage

Single file:

bemhtml-lint block/block.bemhtml

Multiple files:

bemhtml-lint block1/block1.bemhtml block2/block2.bemhtml

Glob pattern:

bemhtml-lint *.bemhtml

Editors integration

Vim: use my fork of Syntastic.

License

Distributed under the MIT License.

FAQs

Package last updated on 23 Jan 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts