4.0.0 • Published 6 years ago

stylelint-config-dev v4.0.0

Weekly downloads
6
License
CC0-1.0
Repository
github
Last release
6 years ago

stylelint-config-dev

NPM Version Build Status Licensing

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