fix markdown linting rules

This commit is contained in:
Dennis Eichhorn 2022-12-10 22:56:24 +01:00
parent 84110f28e7
commit dabae176d4

View File

@ -1,6 +1,7 @@
{
"line-length": false,
"no-duplicate-header": false,
"no-inline-html": false,
"ul-indent": 4,
"ol-indent": 4
}