Skip to content

Commit

Permalink
fix: Fix markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone committed Mar 3, 2024
1 parent dbe49d2 commit d789d82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"default": true,
"MD013": false,
"MD034": false
"MD029": false,
"MD034": false,
"default": true
}

0 comments on commit d789d82

Please sign in to comment.