attr-no-duplication
The same attribute can't be specified twice.
Level: error
Config value
- true: enable rule
- false: disable rule
The following pattern are not considered violations:
<img src="a.png" />
The following pattern is considered violation:
<img src="a.png" src="b.png" />