reusable html-validate config
npm install --save-dev @merkle-open/html-validate-config html-validate
.htmlvalidate.js
module.exports = require('@merkle-open/html-validate-config');
More infos about: rules
package.json
{
"scripts": {
"lint:html": "html-validate --ext html,htm dist/**/"
}
}
More infos about: OPTIONS