Skip to content

Commit

Permalink
disabled more md rules
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhalasz committed Mar 6, 2024
1 parent 3a59885 commit d4c2520
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,9 @@
"style": "consistent"
},
"MD005": true,
"MD007": {
"indent": 2,
"start_indented": false
},
"MD009": {
"br_spaces": 2,
"list_item_empty_lines": false,
"strict": false
},
"MD010": {
"code_blocks": true
},
"MD007": false,
"MD009": false,
"MD010": false,
"MD011": true,
"MD012": {
"maximum": 1
Expand All @@ -32,7 +23,6 @@
"code_blocks": false,
"tables": false,
"headings": true,
"headers": true,
"strict": false,
"stern": false
},
Expand Down

0 comments on commit d4c2520

Please sign in to comment.