📜  npm html-validate - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:22.191000             🧑  作者: Mango

代码示例3
// install
npm install -g html-validate

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