mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-09-07 06:12:00 +02:00
Markdown Linting - Improving rules
This commit is contained in:
parent
2611dd1ba3
commit
f3be75a4da
4
.github/.markdownlint.json
vendored
4
.github/.markdownlint.json
vendored
@ -1,5 +1,9 @@
|
||||
{
|
||||
"default": true,
|
||||
"MD013": false,
|
||||
"no-duplicate-heading": {
|
||||
"siblings_only": true
|
||||
},
|
||||
"ul-indent": {
|
||||
"indent": 4
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user