npm.io
4.0.0 • Published 4 years ago

stylelint-config-dev

Licence
CC0-1.0
Version
4.0.0
Deps
4
Size
17 kB
Vulns
0
Weekly
0
Stars
4

stylelint-config-dev StyleLint

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

Keywords