The Stylelint VS Code plugin recently (in version 1.5.0) added support for quick fixes, i.e. applying a single autofix for one rule violation.
This is made possible by rules providing an EditInfo for each violation in the report function. I suggest to add this information to the rules in this plugin.