Is there support for linting HTML strings in JavaScript template literals? I often use Web Components or template literals in vanilla JS and it does not appear have any linting in VS Code. I would ...
This is not desirable when the html implementation is able to work with fragments of HTML (in my particular case as part of a larger parser which needs to keep openers and closers separate, but I'm ...