We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 298b9d8 + 943ff02 commit 17b1105Copy full SHA for 17b1105
1 file changed
src/schemas/json/htmlhint.json
@@ -9,7 +9,10 @@
9
},
10
"attr-lowercase": {
11
"description": "Attribute name must be lowercase.",
12
- "anyOf": [{ "type": "boolean" }, { "type": "array" }],
+ "anyOf": [
13
+ { "type": "boolean" },
14
+ { "type": "array", "items": { "type": "string" } }
15
+ ],
16
"default": false
17
18
"attr-no-duplication": {
@@ -34,7 +37,10 @@
34
37
35
38
"attr-value-no-duplication": {
36
39
"description": "Class attributes should not contain duplicate values. Other attributes can be checked via configuration.",
40
41
42
43
44
45
46
"attr-value-not-empty": {
0 commit comments