stylelint-config-mvps
v1.1.0
Published
Stylelint sharable config for MVPS
Downloads
1
Readme
stylelint-config-mvps
StyleLint sharable config for strict linting of CSS for MVPS.
Installation
Install this config package & StyleLint:
$ npm install --save-dev stylelint stylelint-config-mvps
Usage
This set of configs is meant to be extended on a per-project basis as necessary using StyleLint's shareable configs feature.
To start, simply add extends: ["stylelint-config-mvps"]
to your .stylelintrc
:
{
"extends": ["stylelint-config-mvps"]
}