Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 640 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 640 Bytes

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