Skip to content

tivac/stylelint-config

Repository files navigation

@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.

About

My stylelint config, alllll mine.

Resources

License

Stars

Watchers

Forks

Packages