mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Update project configuration for no-duplicate-heading to use siblings_only.
This commit is contained in:
parent
152720f00e
commit
c8bd6053c7
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"line-length": false,
|
||||
"no-duplicate-heading": false,
|
||||
"no-duplicate-heading": {
|
||||
"siblings_only": true
|
||||
},
|
||||
"proper-names": {
|
||||
"code_blocks": false,
|
||||
"names": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue