Skip to content

mrgreentech/stylelint-config-gfp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Opiniated GFP css rules that can be shared via a stylelint config object.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published