@tangoca/stylelint-config

1.0.3 • Public • Published

Tango's Stylelint Configuration

Installation

npm install @tangoca/stylelint-config

Set your stylelint config to:

{
  "extends": "@tangoca/stylelint-config"
}

Extending the config

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

For example, to change the max nesting depth:

{
  "extends": "@tangoca/stylelint-config",
  "rules": {
    "max-nesting-depth": 2
  }
}

Package Sidebar

Install

npm i @tangoca/stylelint-config

Weekly Downloads

0

Version

1.0.3

License

UNLICENSED

Unpacked Size

1.8 kB

Total Files

4

Last publish

Collaborators

  • tangofinancialca
  • josherickson