mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 21:19:23 +00:00
Require additional index.html properties
This commit is contained in:
parent
ed3080d34e
commit
dbd28373a5
@ -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",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user