tomblachut / svelte-intellij

Svelte components in WebStorm and friends
MIT License
485 stars 38 forks source link

stylelint support? #69

Closed shirotech closed 4 years ago

shirotech commented 5 years ago

Great plugin 👍

I'm just wondering if this supports stylelint?

i.e.

<style type="text/scss">
  .parent {
    .child {
    //
    }
  }
</style>

I can't seem to find a way for stylelint to work in this block.

tomblachut commented 5 years ago

Probably not. Would be nice if somebody confirmed whether Vue supports that, as that files are conceptually similar

shirotech commented 5 years ago

@tomblachut I just tried the Vue plugin, they do indeed support it, I would really want to help implement this but my Java are rather limited. Thank you in advance.

Screen Shot 2019-10-27 at 10 07 29 am
shirotech commented 5 years ago

They also support eslint in <script> tags as well, perhaps you can borrow some of their code? This is in regarding https://github.com/tomblachut/svelte-intellij/issues/24

Screen Shot 2019-10-27 at 10 11 32 am
tomblachut commented 4 years ago

Stylelint is supported (IDK how long 😅), closing.

image