Skip to content

Commit 31cd166

Browse files
committed
Allow duplicate headings
There will be a lot of these in the changelog.
1 parent 0a01db1 commit 31cd166

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.eslintrc.json

+8
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@
4141
{
4242
"varsIgnorePattern": "^_"
4343
}
44+
],
45+
"md/remark": [
46+
"error",
47+
{
48+
"no-duplicate-headings": {
49+
"sublings_only": true
50+
}
51+
}
4452
]
4553
},
4654
"ignorePatterns": [

0 commit comments

Comments
 (0)