stylelint-config-visibacare

1.0.5 • Public • Published

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!

/stylelint-config-visibacare/

    Package Sidebar

    Install

    npm i stylelint-config-visibacare

    Weekly Downloads

    6

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    31.7 kB

    Total Files

    19

    Last publish

    Collaborators

    • emilnordling