-
-
Notifications
You must be signed in to change notification settings - Fork 66
/
.htmlhintrc
29 lines (29 loc) · 842 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
{
"doctype-first": true,
"doctype-html5": true,
"head-script-disabled": true,
"style-disabled": true,
"title-require": true,
"attr-lowercase": false,
"attr-no-duplication": true,
"attr-no-unnecessary-whitespace": true,
"attr-unsafe-chars": true,
"attr-value-double-quotes": false,
"attr-value-not-empty": true,
"alt-require": true,
"input-requires-label": false,
"tags-check": false,
"tag-pair": true,
"tag-self-close": true,
"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": true,
"id-unique": true,
"inline-script-disabled": true,
"inline-style-disabled": true,
"space-tab-mixed-disabled": true,
"spec-char-escape": true
}