Closed micschwarz closed 2 years ago
@micschwarz I was able to disable the inspection, which versions of IDE+plugin are you using?
@tomblachut I think this issue can be closed. I tried it with WebStorm 2021.3 and version 0.21.1 of the plugin and it works. I guess its fixed now 🥳
I'm using Svelte Prettier to reformat my code. Empty Tags are converted from
<div class="foo"></div>
to<div class="foo" />
which triggers a warning in the IDE. I would like to disable this warning, but the setting "Editor > Instpections >HTML> Empty tag" has no influence on svelte files. It would be great to have this feature, in order to customize the shown warnings