Use it as is or as a foundation for your own config.
npm install @vatu/stylelint-config --save-devSet your stylelint config to:
{
"extends": "@vatu/stylelint-config"
}Add a "rules" key to your config, then add your overrides and additions there.
For example, to change the max-line-length rule to use 80 characters:
{
"extends": "@vatu/stylelint-config",
"rules": {
"max-line-length": 80
}
}Copyright (c) 2022 Vatu Ltd.
Vatu - info@vatu.dev