stylelint-config-gfp
v2.1.0
Published
Opiniated GFP css rules that can be shared via a stylelint config object.
Downloads
4
Readme
GFP Stylelint Config
Opiniated GFP css rules that can be shared via a stylelint config object.
Install
$ npm install --save stylelint-config-gfp
Usage
Add a .stylelintrc
and extend it with stylelint-config-gfp
, that will serve as a base for your config, then you can make overrides in the rules
property.
{
"extends": "stylelint-config-gfp",
"rules": {} // place overrides here
}
Contributing
We use semantic versioning. That means that if you introduce a change that will break current API (the stylelint rules fails) it is a MAJOR change.
If you introduce a change that only "warn"
about a new rule it is considered a MINOR change.