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