1.0.4 • Published 2 years ago

@up-line/stylelint-bem-ruleset v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

BEM ruleset for stylelint

Install

Run

npm i @up-line/stylelint-bem-ruleset

Add to .stylelintrc.js

module.exports = {
  plugins: [
    '@up-line/stylelint-bem-ruleset'
  ]
}

Rules

Classnames

Validate classnames according to classic BEM

{
  "stylelint-bem-ruleset/classnames": true
}

Nested

Validate scss nesting, read more

{
  "stylelint-bem-ruleset/nested": true
}