chore: add jenkins support with htmlhint and lighthouse support

This commit is contained in:
2026-01-27 09:29:49 +00:00
parent 442eba6005
commit 9567c95347
406 changed files with 146 additions and 27952 deletions

6
.htmlhintrc Normal file
View File

@@ -0,0 +1,6 @@
{
"attr-value-double-quotes": false,
"tag-pair": true,
"id-unique": true,
"tagname-lowercase": false
}