README
pug-lint-config-no-deprecated
It means you cannot use obsolete HTML4 anymore.
Usage: install and add to extends in your pug-lint config:
.pug-lintrc
{
"extends": "no-deprecated",
…
}
Data copied from HTML5 Differences from HTML4 on W3.