We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fcdcf commit 1ec7362Copy full SHA for 1ec7362
.markdownlint.json
@@ -1,9 +1,14 @@
1
{
2
+ "MD007": {
3
+ "indent": 4
4
+ },
5
"MD013": false,
6
"MD030": {
- "ul_single": 3,
- "ol_single": 1,
- "ul_multi": 3,
7
- "ol_multi": 1
8
- }
9
+ "ul_single": 3,
+ "ol_single": 1,
+ "ul_multi": 3,
10
+ "ol_multi": 1
11
12
+ "MD033": false,
13
+ "MD034": false
14
+}
.prettierrc
@@ -0,0 +1 @@
+{}
0 commit comments