Shareable config for stylelint.
- Vscode plugin issue with yarn pnp https://github.com/stylelint/vscode-stylelint/issues/464
When the above is fixed:
- package can be converted to esm
- Following packages can be used again
npm install --save-dev stylelint @tiwariav/stylelint-config
Use with the shared config:
{
"extends": [
"@tiwariav/stylelint-config"
]
}
To only use a particular plugin:
{
"plugins": [
"@tiwariav/stylelint-config/plugins/color"
],
}