stylelint-config-idiomatic-order
stylelint-config-idiomatic-order copied to clipboard
Autofixing
Hello, I got the latest prettier & stylelint versions.
.stylelintrc :
extends: [ "stylelint-config-idiomatic-order", "stylelint-config-prettier", ],
Order is linted but not autofixed on save (Cmd + shift + F neither) .
Is there an extra config you know about?
I have the same issue unfortunately. I moved over to using https://github.com/primer/stylelint-config which for me does work in autolinting the order.