Skip to content

Commit 82ddee1

Browse files
authored
Fix typo in heading-increment rule name (#42)
* Fix typo in `heading-increment` rule name * Also fix in test
1 parent 114f037 commit 82ddee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

style/accessibility.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"no-duplicate-header": true,
55
"no-emphasis-as-header": true,
66
"no-generic-link-text": true,
7-
"no-heading-increment": true,
7+
"heading-increment": true,
88
"no-space-in-links": false,
99
"ol-prefix": "ordered",
1010
"single-h1": true,

test/usage.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe("usage", () => {
1717
"no-space-in-links": false,
1818
"single-h1": true,
1919
"no-emphasis-as-header": true,
20-
"no-heading-increment": true,
20+
"heading-increment": true,
2121
"no-generic-link-text": true,
2222
"ul-style": {
2323
style: "asterisk",

0 commit comments

Comments
 (0)