@onrewind/stylelint-config

0.1.1 • Public • Published

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

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @onrewind/stylelint-config

    Weekly Downloads

    3

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    4.47 kB

    Total Files

    4

    Last publish

    Collaborators

    • onrewind-admin