Skip to content

Commit 0fff8bc

Browse files
chore: add local markdownlint config
1 parent 5fe8a88 commit 0fff8bc

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.markdownlint-test.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"default": true,
3+
"MD013": {
4+
"line_length": 140,
5+
"code_blocks": false,
6+
"tables": false
7+
},
8+
"MD033": false
9+
}

0 commit comments

Comments
 (0)