stylelint-config
Sprii stylelint configuration. To use, install the following packages:
$ npm install --save-dev stylelint @sprii/stylelint
And then just add the following configuration file .stylelintrc.json
:
{
"extends": "@sprii/stylelint-config"
}