feat(markdownlint): add default config for markdownlint

This commit is contained in:
2025-06-28 16:12:57 +01:00
parent 6eb38e87f7
commit c134beccea
2 changed files with 11 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ SYMLINKS=(
hyper.js
irbrc
logrotate.d
markdownlint.yaml
peco
powconfig
pryrc

10
markdownlint.yaml Normal file
View File

@@ -0,0 +1,10 @@
---
no-hard-tabs: # MD010
# Allow hard-tabs in code blocks in the below languages.
ignore_code_languages:
- go
- makefile
blanks-around-fences: # MD031
# Don't force blank lines around code blocks in lists.
list_items: false