Skip to content

Commit d658620

Browse files
add mardkownlint config (demisto#26974)
* add mdlint * Update .markdownlint.json Co-authored-by: Judah Schwartz <[email protected]> --------- Co-authored-by: Judah Schwartz <[email protected]>
1 parent 7b0a7a2 commit d658620

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.markdownlint.json

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)