this is my code in my settings.json this code can't Autofix fails , i don't know why?
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
},
Manually enter valid permutations
settings.json enter image description here
package-lock.json enter image description here How to make changes so that they can be automatically repaired after saving?
The GitHub readme of the
vscode-stylelint
extension suggests: