-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.htmlhintrc
38 lines (38 loc) · 1.01 KB
/
.htmlhintrc
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
// {
// "tagname-lowercase": true,
// "attr-lowercase": true,
// "attr-value-double-quotes": true,
// "doctype-first": true,
// "tag-pair": true,
// "spec-char-escape": true,
// "id-unique": true,
// "src-not-empty": true,
// "attr-no-duplication": true,
// "title-require": true,
// "tag-self-close": true,
// "attr-value-not-empty": true,
// "head-script-disabled": true,
// "alt-require": true,
// "doctype-html5": true,
// "id-class-value": "underline",
// "style-disabled": true,
// "inline-style-disabled": true,
// "inline-script-disabled": true,
// "space-tab-mixed-disabled": "true",
// "id-class-ad-disabled": true,
// "href-abs-or-rel": "abs",
// "attr-unsafe-chars": true
// }
{
"tagname-lowercase": true,
"attr-lowercase": true,
"attr-value-double-quotes": true,
"doctype-first": true,
"tag-pair": true,
"spec-char-escape": false,
"id-unique": true,
"src-not-empty": true,
"attr-no-duplication": true,
"title-require": true
// "tagname-specialchars": false
}