Fix: Disable MD004 unordered list style rule in markdownlint

- Skill files use dashes for unordered lists, but markdownlint expects asterisks
- Disable MD004 to allow both dash and asterisk styles
- Aligns with existing exceptions for MD013, MD036, and MD060

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-11 18:33:02 +00:00
committed by Hugh Hackman [agent]
parent 4c779823a0
commit 8840bd874d
+3
View File
@@ -10,3 +10,6 @@ MD036: false
# Compact table style is allowed # Compact table style is allowed
MD060: false MD060: false
# Unordered list style (dash vs asterisk) is flexible
MD004: false