mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 04:59:22 +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: {
|
||||
"@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",
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user