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 ...
After a fresh rm -rf node_modules and rm bun.lockb, I'm getting the following error. This even happens with a newly created Svelte project npm create vite@latest my ...