Skip to content

attr-no-unnecessary-whitespace

No spaces between attribute names and values.

Level: Error

  1. true: enable rule
  2. false: disable rule

The following patterns are not considered rule violations

Section titled “The following patterns are not considered rule violations”
<div title="a"></div>

The following pattern is considered a rule violation:

Section titled “The following pattern is considered a rule violation:”
<div title = "a"></div>
<div title= "a"></div>
<div title ="a"></div>