diff --git a/eslint.config.js b/eslint.config.js index 0ebc430..71a48b1 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -47,7 +47,16 @@ export default tseslint.config( rules: { "@html-eslint/require-title": "error", "@html-eslint/require-meta-charset": "error", + "@html-eslint/require-meta-description": "error", "@html-eslint/require-meta-viewport": "error", + "@html-eslint/require-open-graph-protocol": [ + "error", + [ + "og:type", + "og:title", + "og:description", + ], + ], "custom/require-webmanifest": "error", }, }