Skip to content

Commit

Permalink
added markdown liniting configuration and updated readme according to…
Browse files Browse the repository at this point in the history
… the config
  • Loading branch information
eizedev committed Dec 16, 2022
1 parent 8dbc458 commit f3f4552
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 60 deletions.
9 changes: 9 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"default": true,
"MD013": {
"line_length": 140,
"code_blocks": false,
"heading_line_length": 80,
"tables": false
}
}
Loading

0 comments on commit f3f4552

Please sign in to comment.