@your-source/stylelint-config

1.0.4 • Public • Published

Installation

npm install @your-source/stylelint-config

Usage

Set your stylelint config to:

{
  "extends": "@your-source/stylelint-config"
}

Extending the config

Simply add a "rules" key to your config and add your overrides there.

For example, to change the indentation to tabs:

{
  "extends": "@your-source/stylelint-config",
  "rules": {
    "indentation": "tab"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @your-source/stylelint-config

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

7.02 kB

Total Files

3

Last publish

Collaborators

  • voide