@distillery/stylelint-config-distillery
v1.0.0
Published
StyleLint config for Distillery Style Guide.
Downloads
8
Maintainers
Readme
stylelint-config-distillery
StyleLint config for Distillery Style Guide.
Getting Started
npm install @distillery/stylelint-config-distillery --save-dev
Config file
Create .stylelintrc
file on root of your project.
{
"extends": "@distillery/stylelint-config-distillery"
}
For more information, see StyleLint documentation.