@acdh-oeaw/stylelint-config
v2.0.5
Published
Shared configuration preset for [stylelint](https://stylelint.io/).
Downloads
336
Readme
acdh-oeaw stylelint config
Shared configuration preset for stylelint.
How to install
Add the config to package.json
:
{
"stylelint": {
"extends": "@acdh-oeaw/stylelint-config"
}
}