Skip to content

Commit 5f450ce

Browse files
committed
Add markdownlint config to disable rules for GitHub README styling
1 parent 02b65d1 commit 5f450ce

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.markdownlint.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"MD013": false,
3+
"MD033": false,
4+
"MD034": false,
5+
"MD040": false,
6+
"MD041": false
7+
}

0 commit comments

Comments
 (0)