Skip to main content

attr-value-double-quotes

Attribute value must closed by double quotes.

Level: error

Config value

  1. true: enable rule
  2. 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>