Skip to content

Commit ce0196c

Browse files
Add markdownlint
1 parent ca8dbdc commit ce0196c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.markdownlint.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"first-line-h1": false,
3+
"line-length": false,
4+
"no-duplicate-heading": {
5+
"siblings_only": true
6+
},
7+
"no-inline-html": false,
8+
"ol-prefix": false
9+
}

0 commit comments

Comments
 (0)