We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152e3c1 commit ecf299bCopy full SHA for ecf299b
.markdownlint.json
@@ -1,6 +1,13 @@
1
{
2
- "comment": "Relaxed rules",
3
- "default": true,
4
- "line-length": false
+ "comment": "Relaxed rules + disable blank lines",
+ "default": true,
+ "whitespace": false,
5
+ "line_length": false,
6
+ "ul-start-left": false,
7
+ "ul-indent": false,
8
+ "no-inline-html": false,
9
+ "no-bare-urls": false,
10
+ "fenced-code-language": false,
11
+ "first-line-h1": false,
12
+ "blank_lines": false
13
}
-
.tool-versions
@@ -13,3 +13,4 @@ bosh 7.0.1
gcloud 403.0.0
14
cf 8.5.0
15
actionlint 1.6.22
16
+direnv 2.32.1
0 commit comments