Skip to content

lipemat/stylelint-config

Repository files navigation

Lipemat Stylelint Config

npm node

Stylelint configuration for all @lipemat packages.

Usage

Used directly inside of @lipemat/postcss-boilerplate so it does not need to be added to your project, although if you are using Yarn V2 with PNP, you will need to add stylelint to your package to allow PHPStorm to use Stylelint.

{
  "dependencies": {
    "stylelint": "^13"
  }
}