1.0.4 • Published 6 years ago
@scorestats/stylelint-config v1.0.4
@scorestats/stylelint-config
Developement Stylelint config.
Usage
Install:
$ npm install --save-dev @scorestats/stylelint-config
Edit package.json
:
{
// ...
"prettier": "@scorestats/stylelint-config"
}
or in project root create file .stylelintrc
{
"extends": "@scorestats/stylelint-config"
}