class-no-dup
Disallow the duplication of a classname inside the class
attribute.
The following patterns are considered violations:
<div class="foo bar foo"></div>
<div class="bar bar"></div>
The following patterns are not considered violations:
<div class="foo bar"></div>