You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
I have my htmlhint options in vscode set as
I want my tags to be lowercase, but some SVG tags, such as
linearGradientare falsely flagged as errors.I would expect to be able to add an array of ignore items, like I can with
attr-lowercase, as in"tagname-lowercase": ["linearGradient"]But this still flags an error. Is it possible to have tags as exceptions?