1.0.5 • Published 6 years ago

stylelint-config-visibacare v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

Enable the Stylelint extention, reload VS Code and we're done!