id-unique
ID attributes must be unique in the document.
Level: error
Config value
- true: enable rule
- false: disable rule
The following pattern are not considered violations:
<div id="id1"></div><div id="id2"></div>
The following pattern is considered violation:
<div id="id1"></div><div id="id1"></div>