-
Notifications
You must be signed in to change notification settings - Fork 8
/
rule-map.json
79 lines (41 loc) · 1.14 KB
/
rule-map.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"asset-type": "001,002",
"attr-lowercase": "029",
"attr-no-duplication": "030",
"attr-value-double-quotes": "028",
"bool-attribute-value": "003",
"button-name": "004",
"button-type": "005",
"charset": "006,007",
"css-in-head": "008",
"doctype": "009,041",
"html-lang": "010",
"id-class-ad-disabled": "031",
"ie-edge": "011",
"img-alt": "012",
"img-src": "013",
"img-title": "014",
"img-width-height": "015,016,017",
"lowercase-class-with-hyphen": "018,019",
"lowercase-id-with-hyphen": "020,021",
"nest": "041,042",
"rel-stylesheet": "022",
"script-content": "037",
"script-in-tail": "023",
"indent-char": "032",
"self-close": "039,040",
"spec-char-escape": "033",
"style-content": "038",
"style-disabled": "034",
"tag-pair": "035",
"tagname-lowercase": "036",
"title-required": "024,025",
"unique-id": "026",
"no-duplication-id-and-name": "043",
"viewport": "027",
"label-for-input": "044",
"no-meta-css": "045",
"no-hook-class": "047",
"max-len": "048",
"no-bom": "046"
}