Skip to content

Commit

Permalink
Add a configuration for markdownlint
Browse files Browse the repository at this point in the history
Ignore some warnings that are spamming the report
  • Loading branch information
zas committed Sep 21, 2023
1 parent 377f083 commit fd4dbd7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"no-multiple-blanks": false,
"line-length": false,
"blanks-around-headers": false,
"no-duplicate-header": {
"allow_different_nesting": true
},
"single-h1": false,
"blanks-around-lists": false
}

0 comments on commit fd4dbd7

Please sign in to comment.