stylelint-config-prettier
Turns off all rules that are unnecessary or might conflict with prettier. Make sure to put it last, so it will override other configs.
Installation
npm install --save-dev stylelint-config-prettier
Configuration
{
"extends": ["stylelint-prettier/recommended"]
}