Skip to content

Commit

Permalink
uppdate markdownlint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo committed May 20, 2021
1 parent b735457 commit 17cba62
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"default": true,
"MD001": false,
"MD004": false,
"MD007": { "indent": 4 },
"MD013": false,
"MD024": { "siblings_only": true },
"MD025": false,
"MD033": { "no-inline-html": false },
"no-hard-tabs": false,
"whitespace": false
"MD026": { "punctuation": ".,;:" },
"MD029": false,
"MD033": false,
"MD034": false,
"MD036": false,
"MD040": false,
"MD041": false,
"no-hard-tabs": false
}
5 changes: 5 additions & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
CHANGELOG.md
docs/core/proto-docs.md
docs/node_modules
x/auth/atlas
x/bank/atlas
x/evidence/atlas

0 comments on commit 17cba62

Please sign in to comment.