Skip to content

Commit 46c9819

Browse files
committed
Use .markdownlint.json to configure markdown rules
1 parent 45135e9 commit 46c9819

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.markdownlintrc renamed to .markdownlint.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"MD012": 2,
2+
"MD012": {
3+
"maximum": 2
4+
},
35
"MD013": false,
46
"MD022": {
57
"lines_above": 1,

0 commit comments

Comments
 (0)