@savvy-css/stylelint-config-savvy

0.2.0 • Public • Published

Stylelint Config Savvy

Stylelint Configuration for Savvy CSS

Installation

With yarn:

yarn add --dev @savvy-css/stylelint-config-savvy

With npm:

npm install --save-dev @savvy-css/stylelint-config-savvy

Usage

Simply extend this configuration your own Stylelint configuration:

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

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 turn off the number-leading-zero rule:

{
  "extends": "stylelint-config-suitcss",
  "rules": {
    "indentation": "tab",
    "number-leading-zero": null
  }
}

Changelog

License

/@savvy-css/stylelint-config-savvy/

    Package Sidebar

    Install

    npm i @savvy-css/stylelint-config-savvy

    Weekly Downloads

    1

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

    • bsipple