Skip to content

Commit

Permalink
Add markdown lint config
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Wu <22262939+samjwu@users.noreply.github.com>
  • Loading branch information
samjwu committed Jul 29, 2024
1 parent dd33124 commit 48faf3f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
config:
default: true
MD004:
style: asterisk
MD013: false
MD026:
punctuation: '.,;:!'
MD029:
style: ordered
MD033: false
MD034: false
MD041: false
MD051: false
ignores:
- CHANGELOG.md
- CONTRIBUTING.md
- .github/ISSUE_TEMPLATE/*.md
- src/archive/**/*.md

0 comments on commit 48faf3f

Please sign in to comment.