1.0.0 • Published 4 years ago

@distillery/stylelint-config-distillery v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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.