@interfacesdev/stylelint-config
v0.2.0
Published
Shareable config for stylelint
Downloads
5
Maintainers
Readme
stylelint-config
The interfaces team shareable config for stylelint.
Installation
Install stylelint and stylelint-order:
npm install stylelint stylelint-order --save-dev
Install the config:
npm install @interfacesdev/stylelint-config --save-dev
Usage
Set your stylelint
config to:
{
"extends": "@interfacesdev/stylelint-config"
}