Appearance
no-consecutive-br
Detect consecutive br elements.
warning
<p>text<br><br>more</p>
<p>text<br>more</p>
{ "rules": { "no-consecutive-br": "error" } }