@onrewind/stylelint-config
v0.1.1
Published
A shareable stylelint configuration for On Rewind projects
Downloads
16
Maintainers
Readme
@onrewind/stylelint-config
A shareable stylelint configuration for On Rewind projects.
Installation
If using npm, run:
$ npm install @onrewind/stylelint-config --save-dev
If using yarn, run:
$ yarn add @onrewind/stylelint-config --dev
Usage
Set your stylelint configuration to:
{
"extends": "@onrewind/stylelint-config"
}
You can override rules from the shared configuration, by setting your own values within the rules
property:
{
"rules": {
"string-quotes": "double"
}
}