Skip to content

Commit 8ba5630

Browse files
committed
Test only specified rules
1 parent cbf1284 commit 8ba5630

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/markdownlint.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"default": true,
3-
"heading-style": "atx",
4-
"line_length": false,
5-
"no-inline-html": false
2+
"default": false,
3+
"heading-increment": true,
4+
"first-line-heading": true,
5+
"heading-style": "atx"
66
}

0 commit comments

Comments
 (0)