stylelint-config-baseline
v0.0.2
Published
Sharable stylelint config used by Baseline.
Readme
Baseline Stylelint Config
Sharable stylelint config used by Baseline.
Install
npm install --save stylelint-config-baselineUsage
Within your stylelint config object You can extend this configuration. This will serve as a base for your config, then you can make overrides in your own config object.
{
"extends": "stylelint-config-baseline"
}