html-sentinel-shepherd
v0.1.2
Published
A custom plugin for html-validate linting rule for HTML files.
Maintainers
Readme
html-sentinel-shepherd
A custom plugin for html-validate linting rule for HTML files.
npm
https://www.npmjs.com/package/html-sentinel-shepherd
Getting Started
Add package as dev dependency
npm i -D html-sentinel-shepherdUpdate your HTML-validate configuration
This example assumes you are using the .htmlvalidate.json configuration flavor. HTML-validate also supports other configuration.
{
"$schema": "https://html-validate.org/schemas/config.json",
"extends": [
"html-validate:recommended",
+ "html-sentinel-shepherd:recommended"
],
+ "plugins": ["html-sentinel-shepherd"]
}