Skip to content

Commit fec6e7c

Browse files
Удаляет лишние комментарии из конфига
1 parent debb979 commit fec6e7c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.htmlhintrc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
2-
// Doctype and Head
32
"doctype-first": true,
43
"doctype-html5": true,
54
"head-script-disabled": true,
65
"style-disabled": true,
76
"title-require": true,
87

9-
// Attributes
108
"attr-lowercase": ["viewBox", "preserveAspectRatio"],
119
"attr-no-duplication": true,
1210
"attr-no-unnecessary-whitespace": true,
@@ -16,7 +14,6 @@
1614
"alt-require": true,
1715
"input-requires-label": false,
1816

19-
// Tags
2017
"tags-check": false,
2118
"tag-pair": true,
2219
"tag-self-close": false,
@@ -25,17 +22,14 @@
2522
"src-not-empty": true,
2623
"href-abs-or-rel": false,
2724

28-
// Id
2925
"id-class-ad-disabled": true,
3026
"id-class-value": false,
3127
"id-unique": false,
3228
"id-unique": true,
3329

34-
// Inline
3530
"inline-script-disabled": true,
3631
"inline-style-disabled": false,
3732

38-
// Formatting
3933
"space-tab-mixed-disabled": "space",
4034
"spec-char-escape": true
4135
}

0 commit comments

Comments
 (0)