Require additional index.html properties

This commit is contained in:
Alex Gleason 2025-05-30 23:58:38 +02:00
parent ed3080d34e
commit dbd28373a5
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -47,7 +47,16 @@ export default tseslint.config(
rules: { rules: {
"@html-eslint/require-title": "error", "@html-eslint/require-title": "error",
"@html-eslint/require-meta-charset": "error", "@html-eslint/require-meta-charset": "error",
"@html-eslint/require-meta-description": "error",
"@html-eslint/require-meta-viewport": "error", "@html-eslint/require-meta-viewport": "error",
"@html-eslint/require-open-graph-protocol": [
"error",
[
"og:type",
"og:title",
"og:description",
],
],
"custom/require-webmanifest": "error", "custom/require-webmanifest": "error",
}, },
} }