I ask for help in configuring Stylelint in the WebStorm IDE.
I have ESLint and Prettier configured. Everything works fine. I decided to add Stylelint (scss), but I don't understand what else I have to do?
.stylelintrc.json:
{
"extends": ["stylelint-config-standard-scss", "stylelint-config-prettier-scss"]
}
package.json:
WebStorm settings: