tag-name-lowercase
If set, tag names must be lowercase.
Only the opening tag is checked mismatches between open and close tags are checked by tag-name-match
.
The following patterns are considered violations:
<Button>A button</button>
The following patterns are not considered violations:
<button>A button</button>