Skip to content

Commit 4a510ff

Browse files
committed
address feedback
1 parent bfdc5cf commit 4a510ff

40 files changed

+40
-40
lines changed

.github/workflows/readme.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ jobs:
1212
name: 'nvm install lts/* && npm install'
1313
with:
1414
node-version: 'lts/*'
15-
- run: npm run build
1615
- run: npm run generate-list-of-rules:check

docs/rules/accessible-emoji.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# accessible-emoji
1+
# jsx-a11y/accessible-emoji
22

33
❌ This rule is deprecated.
44

docs/rules/alt-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# alt-text
1+
# jsx-a11y/alt-text
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/anchor-ambiguous-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# anchor-ambiguous-text
1+
# jsx-a11y/anchor-ambiguous-text
22

33
✅ This rule is _disabled_ in the `recommended` config.
44

docs/rules/anchor-has-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# anchor-has-content
1+
# jsx-a11y/anchor-has-content
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/anchor-is-valid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# anchor-is-valid
1+
# jsx-a11y/anchor-is-valid
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/aria-activedescendant-has-tabindex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# aria-activedescendant-has-tabindex
1+
# jsx-a11y/aria-activedescendant-has-tabindex
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/aria-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# aria-props
1+
# jsx-a11y/aria-props
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/aria-proptypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# aria-proptypes
1+
# jsx-a11y/aria-proptypes
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/aria-role.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# aria-role
1+
# jsx-a11y/aria-role
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/aria-unsupported-elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# aria-unsupported-elements
1+
# jsx-a11y/aria-unsupported-elements
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/autocomplete-valid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# autocomplete-valid
1+
# jsx-a11y/autocomplete-valid
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/click-events-have-key-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# click-events-have-key-events
1+
# jsx-a11y/click-events-have-key-events
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/control-has-associated-label.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# control-has-associated-label
1+
# jsx-a11y/control-has-associated-label
22

33
💼 This rule is _disabled_ in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/heading-has-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# heading-has-content
1+
# jsx-a11y/heading-has-content
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/html-has-lang.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# html-has-lang
1+
# jsx-a11y/html-has-lang
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/iframe-has-title.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# iframe-has-title
1+
# jsx-a11y/iframe-has-title
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/img-redundant-alt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# img-redundant-alt
1+
# jsx-a11y/img-redundant-alt
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/interactive-supports-focus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# interactive-supports-focus
1+
# jsx-a11y/interactive-supports-focus
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/label-has-associated-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# label-has-associated-control
1+
# jsx-a11y/label-has-associated-control
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/label-has-for.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# label-has-for
1+
# jsx-a11y/label-has-for
22

33
❌ This rule is deprecated.
44

docs/rules/lang.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# lang
1+
# jsx-a11y/lang
22

33
<!-- end auto-generated rule header -->
44

docs/rules/media-has-caption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# media-has-caption
1+
# jsx-a11y/media-has-caption
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/mouse-events-have-key-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mouse-events-have-key-events
1+
# jsx-a11y/mouse-events-have-key-events
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/no-access-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# no-access-key
1+
# jsx-a11y/no-access-key
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/no-autofocus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# no-autofocus
1+
# jsx-a11y/no-autofocus
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/no-distracting-elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# no-distracting-elements
1+
# jsx-a11y/no-distracting-elements
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/no-interactive-element-to-noninteractive-role.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# no-interactive-element-to-noninteractive-role
1+
# jsx-a11y/no-interactive-element-to-noninteractive-role
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/no-noninteractive-element-interactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# no-noninteractive-element-interactions
1+
# jsx-a11y/no-noninteractive-element-interactions
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/no-noninteractive-element-to-interactive-role.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# no-noninteractive-element-to-interactive-role
1+
# jsx-a11y/no-noninteractive-element-to-interactive-role
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/no-noninteractive-tabindex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# no-noninteractive-tabindex
1+
# jsx-a11y/no-noninteractive-tabindex
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/no-onchange.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# no-onchange
1+
# jsx-a11y/no-onchange
22

33
❌ This rule is deprecated.
44

docs/rules/no-redundant-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# no-redundant-roles
1+
# jsx-a11y/no-redundant-roles
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/no-static-element-interactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# no-static-element-interactions
1+
# jsx-a11y/no-static-element-interactions
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/prefer-tag-over-role.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# prefer-tag-over-role
1+
# jsx-a11y/prefer-tag-over-role
22

33
<!-- end auto-generated rule header -->
44

docs/rules/role-has-required-aria-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# role-has-required-aria-props
1+
# jsx-a11y/role-has-required-aria-props
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/role-supports-aria-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# role-supports-aria-props
1+
# jsx-a11y/role-supports-aria-props
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/scope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# scope
1+
# jsx-a11y/scope
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

docs/rules/tabindex-no-positive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tabindex-no-positive
1+
# jsx-a11y/tabindex-no-positive
22

33
💼 This rule is enabled in the following configs: ✅ `recommended`, 🔒 `strict`.
44

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"posttest": "aud --production",
3131
"test:ci": "npm run jest -- --ci --runInBand",
3232
"jest": "jest --coverage __tests__/**/*",
33-
"generate-list-of-rules": "eslint-doc-generator --rule-doc-title-format name",
33+
"pregenerate-list-of-rules": "npm run build",
34+
"generate-list-of-rules": "eslint-doc-generator --rule-doc-title-format prefix-name",
3435
"generate-list-of-rules:check": "npm run generate-list-of-rules -- --check"
3536
},
3637
"devDependencies": {

0 commit comments

Comments
 (0)