Skip to content

Commit

Permalink
Add markdown lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
dashdashzako committed Nov 19, 2019
1 parent aa63f2b commit e1cd497
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-trailing-punctuation": {
"punctuation": ".,;:!"
},
"first-line-h1": false,
"first-header-h1": false,
"line-length": {
"line_length": 80
}
}

0 comments on commit e1cd497

Please sign in to comment.