Files
ebook/.htmlvalidate.json
koziavin 117e579f2e
All checks were successful
Deploy Nuxt App / deploy (push) Successful in 1m50s
fix
2025-06-20 14:42:10 +04:00

11 lines
231 B
JSON

{
"root": true,
"extends": ["html-validate:recommended"],
"rules": {
"require-meta-charset": "error",
"require-img-alt": "error",
"no-inline-style": "error",
"long-title": ["error", { "maxLength": 60 }]
}
}