feat: add jenkins support
Some checks failed
jenkins-ci Build failed

This commit is contained in:
2026-01-27 10:30:31 +00:00
parent bc8447e951
commit 861990cdad
3 changed files with 145 additions and 0 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
}