WebStorm shows an error when configuring Stylelint

126 Views Asked by At

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?

enter image description here

.stylelintrc.json:

{
    "extends": ["stylelint-config-standard-scss", "stylelint-config-prettier-scss"]
}

package.json:

enter image description here

WebStorm settings:

enter image description here

0

There are 0 best solutions below