runem / lit-analyzer

Monorepository for tools that analyze lit-html templates
MIT License
314 stars 35 forks source link

[lit-plugin] - This tag isn't closed. #321

Closed xVanilla closed 10 months ago

xVanilla commented 10 months ago

Hi, a little issue on this "This tag isn't closed.". I put off the rule "no-unclosed-tag" temporarily to avoid the warning highlight.

Capture d’écran 2023-09-06 à 15 20 52

Same but just removing a line and the warning disappear. It's kinda weird.

Capture d’écran 2023-09-06 à 15 27 43

Hope you can help me Thanks you in advance

xVanilla commented 10 months ago

Oups, my error sorry. Just change the "p" tag in "div" resolve the problem.