We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf524e commit b3205b0Copy full SHA for b3205b0
1 file changed
.markdownlint.json
@@ -1,9 +1,14 @@
1
{
2
"default": true,
3
"MD013": {
4
- "line_length": 160,
5
- "heading_line_length": 120,
6
- "code_block_line_length": 160,
+ "line_length": 250,
+ "heading_line_length": 250,
+ "code_block_line_length": 250,
7
"tables": false
8
- }
+ },
9
+ "MD022": false,
10
+ "MD031": false,
11
+ "MD032": false,
12
+ "MD036": false,
13
+ "MD012": false
14
}
0 commit comments