Skip to content

Commit 93098bf

Browse files
committed
fix: Update no-duplicate-heading rule for markdownlint
The rule was adjusted to no longer use `no-duplicate-header`, and soon will no longer support the `allow_different_nesting` parameter. Fixed the rule to use the newest alias.
1 parent cc89adc commit 93098bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.markdownlint.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"code_block_line_length": 160,
1212
"tables": false
1313
},
14-
"no-duplicate-header": {
15-
"allow_different_nesting": true
14+
"no-duplicate-heading": {
15+
"siblings_only": true
1616
},
1717
"hr-style": { "style": "---" },
1818
"code-block-style": { "style": "fenced" },

0 commit comments

Comments
 (0)