microsoft / vscode-htmlhint

VS Code integration of HTMLHint, an HTML linter.
MIT License
50 stars 35 forks source link

empty-tag-not-self-closed or tag-self-close #65

Open BartolomeSintes opened 5 years ago

BartolomeSintes commented 5 years ago

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)?