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