We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
attr-no-duplication
One element should not have duplicated attribute names. If found, it reports.
<!-- Bad --> <img src="test" src="test2"> <img Src="test" class="icon" src="test2"> <!-- Good --> <img src="test">
030
Duplicated attribute names found.
true
Do check / format.
false
Do not check / format.
No.