mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-06 08:54:40 +01:00
Markdown Linting - Improving rules
This commit is contained in:
parent
2611dd1ba3
commit
f3be75a4da
1 changed files with 4 additions and 0 deletions
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 a new issue