Files
prowler/.markdownlint.json
T
2026-05-27 16:42:01 +02:00

11 lines
208 B
JSON

{
"extends": "markdownlint/style/prettier",
"first-line-h1": false,
"no-duplicate-heading": {
"siblings_only": true
},
"no-inline-html": false,
"line-length": false,
"no-bare-urls": false
}