Skip to content

Commit

Permalink
Linter: Use full rule names and tighten rules
Browse files Browse the repository at this point in the history
  • Loading branch information
networkException committed Jul 9, 2021
1 parent 191a2f6 commit 965ea9f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"default": true,
"MD003": { "style": "atx" },
"MD007": { "indent": 4 },
"MD012": false,
"MD013": false,
"MD025": false,
"MD026": false,
"MD033": false,
"MD034": false,
"MD036": false,
"MD040": false,
"MD041": false,
"MD046": { "style": "fenced" },
"MD047": false,
"header-style": { "style": "atx" },
"ul-indent": { "indent": 4 },
"no-multiple-blanks": true,
"line-length": false,
"single-h1": false,
"no-trailing-punctuation": false,
"no-inline-html": true,
"no-bare-urls": false,
"no-emphasis-as-header": false,
"fenced-code-language": true,
"first-line-h1": false,
"code-block-style": { "style": "fenced" },
"single-trailing-newline": true,
"no-hard-tabs": true,
"no-trailing-spaces": true,
"list-marker-space": false,
Expand Down

0 comments on commit 965ea9f

Please sign in to comment.