From 31cd1665f3031ac2e771843d8b97a9469cc0f7df Mon Sep 17 00:00:00 2001 From: Asher Date: Tue, 12 Mar 2024 12:44:40 -0800 Subject: [PATCH] Allow duplicate headings There will be a lot of these in the changelog. --- .eslintrc.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index c2294838..0e5d465d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -41,6 +41,14 @@ { "varsIgnorePattern": "^_" } + ], + "md/remark": [ + "error", + { + "no-duplicate-headings": { + "sublings_only": true + } + } ] }, "ignorePatterns": [