mirror of
https://github.com/skoelle/PeopleCostCounter.git
synced 2026-09-17 20:00:25 +00:00
9 lines
172 B
JSON
9 lines
172 B
JSON
{
|
|
"extends": ["html-validate:recommended"],
|
|
"rules": {
|
|
"attr-no-dup": "error",
|
|
"doctype-style": "error",
|
|
"element-no-empty": ["warn", {"void": true}]
|
|
}
|
|
}
|