0.1.1 • Published 4 years ago

@onrewind/stylelint-config v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

NPM Version Package Size

@onrewind/stylelint-config

A shareable stylelint configuration for On Rewind projects.

Playground

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"
  }
}