1.0.4 • Published 4 years ago

stylelint-config-wcd v1.0.4

Weekly downloads
2
License
MIT
Repository
gitlab
Last release
4 years ago

stylelint-config-wcd

An opinionated and portable stylelint config built around BEM.

Installation

$ npm install -D stylelint-config-wcd
# or
$ yarn add -D stylelint-config-wcd

Usage

Add stylelint-config-wcd to the extends array in your .stylelintrc.* file.

{
  extends: [
    // ...
    "stylelint-config-wcd"
  ]
}

Don't forget that extended configs are merged in order, so the last entry takes precedence over the others in case of rule conflicts.

Documentation

Plugins

This config makes use of the following plugins:

Extended configs

This config extends the following configs:


Licensed under MIT