Licence
MIT
Version
1.0.5
Deps
5
Size
31 kB
Vulns
1
Weekly
0
stylelint-config-visibacare
Visiba Care's stylelint config
Getting started
Add the Stylelint extension to your VS Code.
Add Stylelint and stylelint-config-visibacare to the repo.
npm
$ npm install --save-dev stylelint stylelint-config-visibacare
Yarn
$ yarn add --dev stylelint stylelint-config-visibacare
Set the stylelint config to:
For a package.json property
"stylelint": {
"extends": ["stylelint-config-visibacare"]
}
For a .stylelintrc file
{
"extends": ["stylelint-config-visibacare"]
}