1
0
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:
Swissky 2025-03-26 22:51:26 +01:00
parent 2611dd1ba3
commit f3be75a4da

@ -1,5 +1,9 @@
{
"default": true,
"MD013": false,
"no-duplicate-heading": {
"siblings_only": true
},
"ul-indent": {
"indent": 4
}