forked from poslovnimediji/hugo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.htmlhintrc
More file actions
25 lines (25 loc) · 675 Bytes
/
.htmlhintrc
File metadata and controls
25 lines (25 loc) · 675 Bytes
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
{
"tagname-lowercase": true,
"attr-lowercase": true,
"attr-value-double-quotes": false,
"attr-value-not-empty": false,
"attr-no-duplication": true,
"doctype-first": false,
"tag-pair": false,
"empty-tag-not-self-closed": true,
"spec-char-escape": false,
"id-unique": true,
"src-not-empty": true,
"title-require": true,
"alt-require": true,
"doctype-html5": false,
"id-class-value": false,
"style-disabled": false,
"space-tab-mixed-disabled": false,
"id-class-ad-disabled": true,
"href-abs-or-rel": false,
"attr-unsafe-chars": false,
"head-script-disabled": false,
"inline-style-disabled": false,
"inline-script-disabled": false
}