Skip to content

Commit dbce73d

Browse files
committed
Reorder lints
1 parent 81e5f62 commit dbce73d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: .markdownlint.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
"line_length": 160,
44
"code_blocks": false
55
},
6-
"no-trailing-punctuation": false,
76
"blanks-around-lists": false,
8-
"hr-style": false,
9-
"no-trailing-spaces": false,
7+
"blanks-around-headings": false,
108
"no-multiple-blanks": false,
9+
"no-trailing-spaces": false,
10+
"no-trailing-punctuation": false,
11+
"no-hard-tabs": false,
12+
"hr-style": false,
1113
"strong-style": false,
12-
"emphasis-style": false,
13-
"no-hard-tabs": false
14+
"emphasis-style": false
1415
}

0 commit comments

Comments
 (0)