mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-06 08:54:40 +01:00
Fix markdownlint configuration
This commit is contained in:
parent
aaf084e7f1
commit
b9af758141
2 changed files with 2 additions and 1 deletions
1
.github/.markdownlint.json
vendored
1
.github/.markdownlint.json
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"default": true,
|
"default": true,
|
||||||
"MD013": false,
|
"MD013": false,
|
||||||
|
"MD033": false,
|
||||||
"no-duplicate-heading": {
|
"no-duplicate-heading": {
|
||||||
"siblings_only": true
|
"siblings_only": true
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue