Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.21 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.21 KB

stylelint-config-udyux

An opinionated and portable stylelint config built around BEM.

Installation

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

Usage

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

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

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