build: update configs, add HTML validation

This commit is contained in:
Ben Goldsworthy 2025-01-05 17:29:00 +01:00
parent 0167884748
commit ac960cf8b4
Signed by: Rumperuu
SSH key fingerprint: SHA256:e5XfzNOr9UvWpEzyLfw0GtTMZWIFh3NmxH+/qQIi3xE
8 changed files with 2037 additions and 22 deletions

6
.htmlvalidate.json Normal file
View file

@ -0,0 +1,6 @@
{
"extends": [
"html-validate:prettier",
"html-validate:recommended"
]
}