Skip to content

Commit 81e5f62

Browse files
committed
Relax lints further
1 parent d9d3e21 commit 81e5f62

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

Diff for: .markdownlint.json

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

0 commit comments

Comments
 (0)