Open Region Stylelint shared config with turned off rules that are unnecessary or might conflict with Prettier.
Install package
npm install --save-dev @openregion/stylelint-config-prettierCreate .stylelintrc.json file with this content
{
"extends": ["@openregion/stylelint-config-prettier"]
}Important
This config already includes @openregion/stylelint-config.