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

gulp-html-bemlinter

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-html-bemlinter

Gulp plugin for html linting using BEM methodology.

  • 5.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
138
increased by97.14%
Maintainers
0
Weekly downloads
 
Created
Source

gulp-html-bemlinter

License: MIT Changelog NPM version Test Status

Gulp plugin for html linting using BEM methodology.

Example of html tree view output to the terminal indicating inconsistencies with the BEM methodology.

Installation

pnpm add -D gulp gulp-html-bemlinter

Usage

Add the following to your gulpfile.js:

import bemlinter from "gulp-html-bemlinter"
import { src } from "gulp"

export function lintBemMarkup () {
	return src("dist/**/*.html")
		.pipe(bemlinter())
}

And then run this task:

pnpm exec gulp lintBemMarkup

Keywords

FAQs

Package last updated on 08 Nov 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc