mirror of
https://github.com/skoelle/PeopleCostCounter.git
synced 2026-09-17 20:00:25 +00:00
Add HTML linting CI (html-validate) and config
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": ["html-validate:recommended"],
|
||||
"rules": {
|
||||
"attr-no-dup": "error",
|
||||
"doctype-style": "error",
|
||||
"element-no-empty": ["warn", {"void": true}]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user