From 240e8d9d0975ca6302aff70538416c4e8e293807 Mon Sep 17 00:00:00 2001 From: Ian Sanders Date: Fri, 28 Apr 2023 23:52:20 -0400 Subject: [PATCH 1/2] Fix typo in `heading-increment` rule name --- style/accessibility.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/accessibility.json b/style/accessibility.json index 046af54..0cfe216 100644 --- a/style/accessibility.json +++ b/style/accessibility.json @@ -4,7 +4,7 @@ "no-duplicate-header": true, "no-emphasis-as-header": true, "no-generic-link-text": true, - "no-heading-increment": true, + "heading-increment": true, "no-space-in-links": false, "ol-prefix": "ordered", "single-h1": true, From d7a1a2c081184974e912bd6ed36eb1c7012261cb Mon Sep 17 00:00:00 2001 From: Ian Sanders Date: Fri, 28 Apr 2023 23:53:59 -0400 Subject: [PATCH 2/2] Also fix in test --- test/usage.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/usage.test.js b/test/usage.test.js index 6a0d0ea..ea36871 100644 --- a/test/usage.test.js +++ b/test/usage.test.js @@ -17,7 +17,7 @@ describe("usage", () => { "no-space-in-links": false, "single-h1": true, "no-emphasis-as-header": true, - "no-heading-increment": true, + "heading-increment": true, "no-generic-link-text": true, "ul-style": { style: "asterisk",