@digitalsilk/stylelint-config
v1.5.3
Published
Digital Silk stylelint config for WP projects
Downloads
151
Readme
DigitalSilk Stylelint Config
Installation
// NPM
npm install @digitalsilk/stylelint-config --save-dev
Usage
Add the following to your .stylelintrc
file:
{
"extends": [
"@digitalsilk/stylelint-config"
]
}