Skip to content

obsolete-but-conforming

Detect obsolete but conforming features.

Severity

warning

❌ Incorrect

html
<img src="x" alt="x" border="0">

✅ Correct

html
<img src="x" alt="x">

Reference

Configuration

json
{
  "rules": {
    "obsolete-but-conforming": "error"
  }
}

Released under the MIT License.