File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1717 "type" : " boolean" ,
1818 "default" : false
1919 },
20+ "attr-sorted" : {
21+ "description" : " Attributes should be sorted in an order." ,
22+ "type" : " boolean" ,
23+ "default" : false
24+ },
2025 "attr-unsafe-chars" : {
2126 "description" : " Attribute value can't not use unsafe chars." ,
2227 "type" : " boolean" ,
3237 "type" : " boolean" ,
3338 "default" : false
3439 },
40+ "attr-value-single-quotes" : {
41+ "description" : " Attribute value must closed by single quotes." ,
42+ "type" : " boolean" ,
43+ "default" : false
44+ },
45+ "attr-whitespace" : {
46+ "description" : " No leading or trailing spaces inside attribute values." ,
47+ "type" : " boolean" ,
48+ "default" : false
49+ },
3550 "doctype-first" : {
3651 "description" : " Doctype must be first." ,
3752 "type" : " boolean" ,
3853 "default" : false
3954 },
4055 "doctype-html5" : {
41- "description" : " Doctype must be html5 ." ,
56+ "description" : " Doctype must be HTML5 ." ,
4257 "type" : " boolean" ,
4358 "default" : false
4459 },
You can’t perform that action at this time.
0 commit comments