pug-lint-config-no-deprecated

pug-lint config to disallow obsolete elements and attributes

Usage no npm install needed!

<script type="module">
  import pugLintConfigNoDeprecated from 'https://cdn.skypack.dev/pug-lint-config-no-deprecated';
</script>

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.