2.1.0 • Published 6 years ago

stylelint-config-gfp v2.1.0

Weekly downloads
9
License
MIT
Repository
github
Last release
6 years ago

GFP Stylelint Config

NPM version

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.

MIT © Mr Green & Co Technology AB