npm

@tiwariav/stylelint-config

2.2.5 • Public • Published

stylelint-config

Shareable config for stylelint.

Known Issues

When the above is fixed:

Installation

npm install --save-dev stylelint @tiwariav/stylelint-config

Usage

Use with the shared config:

{
  "extends": [
    "@tiwariav/stylelint-config"
  ]
}

To only use a particular plugin:

{
  "plugins": [
    "@tiwariav/stylelint-config/plugins/color"
  ],
}

Readme

Keywords

Package Sidebar

Install

npm i @tiwariav/stylelint-config

Weekly Downloads

488

Version

2.2.5

License

MIT

Unpacked Size

368 kB

Total Files

5

Last publish

Collaborators

  • tiwariav