blob: bb3c522105601bbd0ff7c9e0be8453092e03785b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"root": true,
"extends": [
"html-validate:recommended"
],
"rules": {
"element-required-attributes": "off",
"element-permitted-content": "off",
"text-content": "off",
"void-style": ["error", {"style": "omit"}],
"empty-heading": "off",
"wcag/h30": "off",
"no-inline-style": "off"
},
"elements": [
"html5"
]
}
|