diff options
Diffstat (limited to '.markdownlint.jsonc')
| -rw-r--r-- | .markdownlint.jsonc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.markdownlint.jsonc b/.markdownlint.jsonc deleted file mode 100644 index d8a288a2..00000000 --- a/.markdownlint.jsonc +++ /dev/null @@ -1,13 +0,0 @@ -{ - // MD013/line-length - Line length - "MD013": false, - - // MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content - "MD024": { - // Only check sibling headings - "siblings_only": true - }, - - // MD033/no-inline-html - Inline HTML - "MD033": false -} |