Skip to content

Commit c71cfee

Browse files
committed
disable line length rule
1 parent 2ec2545 commit c71cfee

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

.markdownlint.jsonc

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -68,27 +68,7 @@
6868
"MD012": true,
6969

7070
// MD013/line-length - Line length
71-
// Very much unsure on this one
72-
"MD013": {
73-
// Number of characters
74-
"line_length": 80,
75-
// Number of characters for headings
76-
"heading_line_length": 80,
77-
// Number of characters for code blocks
78-
"code_block_line_length": 80,
79-
// Include code blocks
80-
"code_blocks": true,
81-
// Include tables
82-
"tables": true,
83-
// Include headings
84-
"headings": true,
85-
// Include headings
86-
"headers": true,
87-
// Strict length checking
88-
"strict": false,
89-
// Stern length checking
90-
"stern": false
91-
},
71+
"MD013": false,
9272

9373
// MD014/commands-show-output - Dollar signs used before commands without showing output
9474
// Seems obvious, probably good to enforce

0 commit comments

Comments
 (0)