// install
npm install -g html-validate
// configure with .htmlvalidate.json
{
"extends": ["html-validate:recommended"],
"rules": {
"void-style": ["warn", { "style": "selfclosing" }]
}
}
// install
npm install -g html-validate
// configure with .htmlvalidate.json
{
"extends": ["html-validate:recommended"],
"rules": {
"void-style": ["warn", { "style": "selfclosing" }]
}
}
// install
npm install -g html-validate
// configure with .htmlvalidate.json
{
"extends": ["html-validate:recommended"],
"rules": {
"void-style": ["warn", { "style": "selfclosing" }]
}
}