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