pushqrdx / vscode-inline-html

🎨 Adding Syntax Highlighting, Emmet, IntelliSense support for ES6 Template Strings in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=pushqrdx.inline-html
GNU General Public License v3.0
54 stars 15 forks source link

Support for stylelint #51

Open RobertAKARobin opened 5 months ago

RobertAKARobin commented 5 months ago

This is a great extension! Thanks! It would be great if it ran Stylelint on the CSS blocks.

Here's a starting point: https://stylelint.io/user-guide/options/#customsyntax

pushqrdx commented 4 months ago

@RobertAKARobin sorry for the late reply, things have been a little bit busy lately. I'll look into this, as far as I know Prettier works with inline-html, so I think it should be possible to get stylelint working as well, but we'll see.