@destination/stylelint-config
v3.0.2
Published
Default stylelint config used by Destination
Downloads
230
Readme
Destination StyleLint Config
Defines a set of rules used by StyleLint to enforce our SCSS/CSS coding standards
Installation
yarn add @destination/stylelint-config --dev
Usage
Add the following to your project's ruleset e.g. in package.json
:
{
"stylelint": {
"extends": "@destination/stylelint-config"
}
}
License
Released under the MIT license