Skip to content

Commit

Permalink
Docs: Add an example config for markdown linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
gorzelinski committed May 23, 2023
1 parent 09473b4 commit cf3af7a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"no-trailing-spaces": true,
"blanks-around-headers": true,
"ul-style": {
"style": "asterisk"
},
"no-hard-tabs": false,
"no-space-in-code": true,
"no-space-in-emphasis": true,
"no-space-in-links": true,
"no-inline-html": false,
"no-trailing-punctuation": false,
"line-length": false
}

0 comments on commit cf3af7a

Please sign in to comment.