lit-analyzer icon indicating copy to clipboard operation
lit-analyzer copied to clipboard

Warn for mismatched svg template tag and nodes

Open justinfagnani opened this issue 2 years ago • 0 comments

People sometimes get mixed up on when to use the svg template tag. A lint warning when the template tag and contents are mismatched would help. These should warn:

html`<path>...</path>`
svg`<svg>...</svg>`

justinfagnani avatar Dec 16 '21 17:12 justinfagnani