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