Skip to content

Configuration rules to ensure CSS code is compliant with UsonianCSS.

License

Notifications You must be signed in to change notification settings

gohypergiant/stylelint-config-usoniancss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stylelint-config-usoniancss

NPM version

Usonian CSS shareable config for stylelint.

Configuration rules to ensure your CSS code is compliant with UsonianCSS.

Installation

$ npm install --save-dev stylelint-config-usoniancss

Usage

Set your stylelint config to:

{
  "extends": "stylelint-config-usoniancss"
}

Extending the config

Simply add a "rules" key to your config and add your overrides there.

For example, to change the indentation to tabs and disable the color-hex-case rule:

{
  "extends": "stylelint-config-usoniancss",
  "rules": {
    "indentation": "tab",
    "color-hex-case": null
  }
}

License

MIT © Brad Cerasani

About

Configuration rules to ensure CSS code is compliant with UsonianCSS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published