Skip to content

Commit 7f63a02

Browse files
committed
sort md lint config
1 parent 357cc46 commit 7f63a02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.markdownlint-cli2.jsonc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"config": {
3-
"no-inline-html": false,
4-
"line-length": false,
53
"commands-show-output": false,
6-
"ol-prefix": false,
7-
"no-trailing-punctuation": false,
4+
"descriptive-link-text": false,
5+
"line-length": false,
86
"no-alt-text": false,
9-
"descriptive-link-text": false
7+
"no-inline-html": false,
8+
"no-trailing-punctuation": false,
9+
"ol-prefix": false
1010
}
1111
}

0 commit comments

Comments
 (0)