File tree Expand file tree Collapse file tree 2 files changed +43
-7
lines changed Expand file tree Collapse file tree 2 files changed +43
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ // MD001/heading-increment : Heading levels should only increment by one level at a time
3+ "MD001" : false ,
4+
5+ // MD004/ul-style : Unordered list style
6+ "MD004" : false ,
7+
8+ // MD012/no-multiple-blanks : Multiple consecutive blank lines
9+ "MD012" : false ,
10+
11+ // MD013/line-length : Line length
12+ "MD013" : false ,
13+
14+ // MD024/no-duplicate-heading : Multiple headings with the same content
15+ "MD024" : false ,
16+
17+ // MD029/ol-prefix : Ordered list item prefix
18+ "MD029" : false ,
19+
20+ // MD031/blanks-around-fences : Fenced code blocks should be surrounded by blank lines
21+ "MD031" : false ,
22+
23+ // MD033/no-inline-html : Inline HTML
24+ "MD033" : false ,
25+
26+ // MD034/no-bare-urls : Bare URL used
27+ "MD034" : false ,
28+
29+ // MD036/no-emphasis-as-heading : Emphasis used instead of a heading
30+ "MD036" : false ,
31+
32+ // MD047/single-trailing-newline : Files should end with a single newline character
33+ "MD047" : false ,
34+
35+ // MD051/link-fragments : Link fragments should be valid
36+ "MD051" : false ,
37+
38+ // MD052/reference-links-images : Reference links and images should use a label that is defined
39+ "MD052" : false ,
40+
41+ // MD059/descriptive-link-text : Link text should be descriptive
42+ "MD059" : false
43+ }
You can’t perform that action at this time.
0 commit comments