Add HTML linting CI (html-validate) and config

This commit is contained in:
Stefan Koelle
2026-05-01 22:14:17 +02:00
parent 11a5f62d68
commit 2fd76f0f6b
3 changed files with 40 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "people-cost-counter",
"version": "0.0.0",
"private": true,
"devDependencies": {
"html-validate": "^8.8.0"
},
"scripts": {
"lint:html": "html-validate \"**/*.html\""
}
}