We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0a7a2 commit d658620Copy full SHA for d658620
.markdownlint.json
@@ -0,0 +1,11 @@
1
+{
2
+ "default": true,
3
+ "whitespace" : false,
4
+ "single-trailing-newline" : false,
5
+ "no-trailing-punctuation" : false,
6
+ "first-line-h1" : false,
7
+ "heading-increment" : false,
8
+ "line_length" : false,
9
+ "no-duplicate-heading" : false,
10
+ "ol-prefix" : false
11
+}
0 commit comments