attr-value-not-empty
Attribute must set value.
Level: warning
Config value
- true: enable rule
- false: disable rule
The following pattern are not considered violations:
<input type="button" disabled="disabled" />
The following pattern is considered violation:
<input type="button" disabled />