attr-value-double-quotes
Attribute value must closed by double quotes.
Level: error
Config value
- true: enable rule
- false: disable rule
The following pattern are not considered violations:
<a href="" title="abc"></a>
The following pattern is considered violation:
<a href='' title='abc'></a>