Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Adding Super Linter #7864

Merged
merged 11 commits into from
Sep 14, 2020
Prev Previous commit
Next Next commit
Specify code block style
  • Loading branch information
dshevtsov committed Sep 11, 2020
commit ad9b96e678502ce245652e54c7bb14106cdd4a81
17 changes: 4 additions & 13 deletions .github/linters/.markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{
"default": false,
"MD001": true,
"MD003": {
"style": "atx"
},
"MD003": { "style": "atx" },
"MD004": true,
"MD005": true,
"MD006": true,
"MD007": {
"indent": 3
},
"MD007": { "indent": 3 },
"MD009": true,
"MD010": true,
"MD012": true,
Expand All @@ -18,17 +14,12 @@
"MD023": true,
"MD025": true,
"MD029": true,
"MD030": {
"ol_single": 1,
"ol_multi": 1,
"ul_single": 2,
"ul_multi": 2
},
"MD030": { "ol_single": 1, "ol_multi": 1, "ul_single": 2, "ul_multi": 2 },
"MD032": true,
"MD035": true,
"MD036": true,
"MD037": true,
"MD038": true,
"MD040": true,
"MD046": true
"MD046": { "style": "fenced"}
}