Skip to content

Commit d9d3e21

Browse files
authored
Simplify lints (#1478)
1 parent e94e4da commit d9d3e21

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.markdownlint.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
"line-length": {
3-
"line_length": 80,
3+
"line_length": 160,
44
"code_blocks": false
55
},
6-
"ul-style": {
7-
"style": "dash"
8-
},
96
"no-trailing-punctuation": {
107
"punctuation": ".,;:。,;:"
118
}
129
}
10+

0 commit comments

Comments
 (0)