0.2.4 • Published 11 months ago

@v-ed/stylelint-config v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

stylelint-config

Shared Stylelint config for my projects.

Install

npm install --save-dev @v-ed/stylelint-config

Usage

package.json

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

Take a look at Stylelint's Configuration docs to get other ways to use and extend this config.