Skip to content

Commit

Permalink
Allow duplicate headings
Browse files Browse the repository at this point in the history
There will be a lot of these in the changelog.
  • Loading branch information
code-asher committed Mar 12, 2024
1 parent 0a01db1 commit 31cd166
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
{
"varsIgnorePattern": "^_"
}
],
"md/remark": [
"error",
{
"no-duplicate-headings": {
"sublings_only": true
}
}
]
},
"ignorePatterns": [
Expand Down

0 comments on commit 31cd166

Please sign in to comment.