mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-04 19:21:51 +00:00
ad1261ce54
Co-authored-by: Pablo F.G <pablo.fernandez@prowler.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
11 lines
208 B
JSON
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
|
|
}
|