Skip to content

Commit 9f52e6f

Browse files
authored
Merge pull request ipfs#1498 from ipfs/remove-legacy-mdlint-config
Delete legacy .markdownlint.json
2 parents 3c8b8e7 + c71cfee commit 9f52e6f

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

.markdownlint.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.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)