summaryrefslogtreecommitdiff
path: root/.htmlvalidate.json
blob: c98a9c5fb694177d2e20b3d4566eca072bdacc2d (plain)
1
2
3
4
5
6
7
{
    "extends": ["html-validate:recommended"],
    "rules": {
        "void-style": ["error", {"style": "selfclosing"}]
    }
}