@tiwariav/stylelint-config
v2.2.5
Published
Stylelint config for modern websites
Readme
stylelint-config
Shareable config for stylelint.
Known Issues
- 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
Installation
npm install --save-dev stylelint @tiwariav/stylelint-configUsage
Use with the shared config:
{
"extends": [
"@tiwariav/stylelint-config"
]
}To only use a particular plugin:
{
"plugins": [
"@tiwariav/stylelint-config/plugins/color"
],
}