Defines a set of rules used by StyleLint to enforce our SCSS/CSS coding standards
yarn add @destination/stylelint-config --devAdd the following to your project's ruleset e.g. in package.json:
{
"stylelint": {
"extends": "@destination/stylelint-config"
}
}Released under the MIT license