Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 592 Bytes

File metadata and controls

31 lines (20 loc) · 592 Bytes

Shared html-validate config

reusable html-validate config

Usage

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

License

MIT License