Skip to content

Commit ec00208

Browse files
authored
Relax lints further (#1480)
1 parent d9d3e21 commit ec00208

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.markdownlint.json

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

0 commit comments

Comments
 (0)