Skip to content

Commit 04410b1

Browse files
committed
Mute markdown linter
1 parent cac58ef commit 04410b1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/linters/.markdown-lint.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
# Line length
3+
"MD013": false,
4+
# Headings should be surrounded by blank lines
5+
"MD022": false,
6+
# Multiple headings with the same content
7+
"MD024": false,
8+
# Lists should be surrounded by blank lines
9+
"MD032": false
10+
}

0 commit comments

Comments
 (0)