stylelint-config-usoniancss

3.1.0 • Public • Published

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

Package Sidebar

Install

npm i stylelint-config-usoniancss

Weekly Downloads

0

Version

3.1.0

License

MIT

Unpacked Size

118 kB

Total Files

6

Last publish

Collaborators

  • blackpixel
  • bradcerasani