@pixelcabin/stylelint-config
v0.2.4
Published
Pixelcabin's Stylelint config for linting SCSS files
Downloads
10
Readme
@pixelcabin/stylelint-config
Installation:
$ npm install @pixelcabin/stylelint-config
Usage:
In a .stylelintrc
file at the root of the project:
{
"extends": ["@pixelcabin/stylelint-config"]
}