Skip to content

Commit 946329e

Browse files
committed
Exclude markdownlint rule about line length
1 parent 553bb80 commit 946329e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.markdownlint.jsonc

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"style": "consistent"
55
},
66
"MD012": true, // MD012/no-multiple-blanks : Multiple consecutive blank lines
7+
"MD013": false, // Line length
78
"MD022": true, // MD022/blanks-around-headings : Headings should be surrounded by blank lines
89
"MD024": { // MD024/no-duplicate-heading : Multiple headings with the same content
910
"siblings_only": true

0 commit comments

Comments
 (0)