Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 8f45110

Browse files
committed
ci(lint): allow duplicate headers in Markdown
1 parent a518c44 commit 8f45110

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/linters/.markdownlint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"no-trailing-spaces": false
2+
"no-trailing-spaces": false,
3+
"no-duplicate-header": false
34
}

0 commit comments

Comments
 (0)