1.0.1 • Published 5 years ago

@tivac/stylelint-config v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@tivac/stylelint-config

Installation

npm install @tivac/stylelint-config --save-dev

Usage

If you've installed locally within your project, add to your stylelint config:

{
  "extends": "@tivac/stylelint-config"
}

There is also another entrypoint you can use to mix in config options for the stylelint-order plugin:

{
    "extends": [ "@tivac/stylelint-config", "@tivac/stylelint-config/order" ]
}

Extending the config

Add a "rules" key to your config, then add your overrides and additions there.

1.0.1

5 years ago

1.0.0

5 years ago