@lipemat/stylelint-config
v2.2.1
Published
Stylelint configuration for all @lipemat packages
Downloads
18
Readme
Lipemat Stylelint Config
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"
}
}