stylelint-config-dev

A shareable configuration package for stylelint

CC0-1.0 License

Downloads
104
Stars
4
Committers
1

stylelint-config-dev

stylelint-config-dev is a shareable configuration package for stylelint.

Install

Add stylelint and stylelint-config-dev to your project:

npm install --save-dev stylelint stylelint-config-dev

Then, add this configuration to your package.json:

{
  "stylelint": {
    "extends": "stylelint-config-dev"
  }
}