fix
All checks were successful
Deploy Nuxt App / deploy (push) Successful in 1m53s

This commit is contained in:
2025-06-20 16:11:27 +04:00
parent 117e579f2e
commit 8529e66e33
2 changed files with 19 additions and 23 deletions

View File

@ -1,10 +1,13 @@
{
"root": true,
"extends": ["html-validate:recommended"],
"extends": [],
"rules": {
"require-meta-charset": "error",
"heading-level": "error",
"require-img-alt": "error",
"no-inline-style": "error",
"long-title": ["error", { "maxLength": 60 }]
"element-permitted-content": "error",
"require-meta-title": "error",
"require-meta-description": "error",
"no-duplicate-id": "error",
"prefer-native-element": "error"
}
}