pug-lint-config-no-deprecated
v0.1.1
Published
pug-lint config to disallow obsolete elements and attributes
Downloads
3
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.