Skip to content

webcoti/stylelint-config

Repository files navigation

@webcoti/stylelint-config

Instalação

npm install @webcoti/stylelint-config --save-dev

Uso

Adicione ao package.json:

{
  "stylelint": {
    "extends": "@webcoti/stylelint-config"
  }
}