chore(markdownlint): add blank line rule

This commit is contained in:
Stefan Imhoff
2024-09-28 15:44:52 +02:00
parent 8a89e577e5
commit 5e592bc0f9

View File

@@ -8,5 +8,10 @@ default: true
# Path to configuration file to extend # Path to configuration file to extend
extends: null extends: null
# MD012/no-multiple-blanks : Multiple consecutive blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md012.md
MD012:
# Consecutive blank lines
maximum: 1
# MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md013.md # MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md013.md
MD013: false MD013: false