@v-ed/stylelint-config
v0.2.4
Published
Shared Stylelint config for my projects
Downloads
25
Readme
stylelint-config
Shared Stylelint config for my projects.
Install
npm install --save-dev @v-ed/stylelint-config
Usage
package.json
{
"stylelint": {
"extends": ["@v-ed/stylelint-config"]
}
}
Take a look at Stylelint's Configuration docs to get other ways to use and extend this config.