File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ,
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 ,
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}
You can’t perform that action at this time.
0 commit comments