1
Fork 0

Fix lint errors

This commit is contained in:
prescientmoon 2025-03-04 00:39:15 +01:00
parent 9eb0935369
commit ca5493f5cd
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
10 changed files with 34 additions and 21 deletions

View file

@ -5,5 +5,9 @@
"html-validate:a11y",
"html-validate:document",
"html-validate:prettier"
]
],
"rules": {
"require-sri": "off",
"heading-level": "off"
}
}