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
'tag-self-close' is useful if someone wants to check XML syntax, but it is not if someone wants to check HTML syntax. 'empty-tag-not-self-closed' is then more suitable.
Could 'empty-tag-not-self-closed' be added to vscode-htmlhint?
I'm a bit confused with these options.
'tag-self-close' is useful if someone wants to check XML syntax, but it is not if someone wants to check HTML syntax. 'empty-tag-not-self-closed' is then more suitable.
Could 'empty-tag-not-self-closed' be added to vscode-htmlhint?
By the way, could you add to the vscode-htmlhint wiki a list of available options (like https://github.com/htmlhint/HTMLHint/wiki/Rules)?