Skip to content

Commit b02324c

Browse files
fix: replace eslint-plugin-eslint-comments with community fork, upgrade eslint-doc-generator to 3.x, update typescript-eslint to 8.57.x
Agent-Logs-Url: https://github.com/github/eslint-plugin-github/sessions/e49d8405-124a-4969-bab4-3063d7fc9aea Co-authored-by: abdulahmad307 <204748719+abdulahmad307@users.noreply.github.com>
1 parent 2ab5a70 commit b02324c

29 files changed

+496
-858
lines changed

docs/rules/a11y-aria-label-is-well-formatted.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Enforce [aria-label] text to be formatted as you would visual text (`github/a11y-aria-label-is-well-formatted`)
1+
# github/a11y-aria-label-is-well-formatted
2+
3+
📝 Enforce [aria-label] text to be formatted as you would visual text.
24

35
💼 This rule is enabled in the ⚛️ `react` config.
46

docs/rules/a11y-no-generic-link-text.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Disallow generic link text (`github/a11y-no-generic-link-text`)
1+
# github/a11y-no-generic-link-text
22

3-
❌ This rule is deprecated. It was replaced by `jsx-a11y/anchor-ambiguous-text`.
3+
📝 Disallow generic link text.
4+
5+
❌ This rule is deprecated. It was replaced by `jsx-a11y/anchor-ambiguous-text`. It was replaced by `jsx-a11y/anchor-ambiguous-text`.
46

57
<!-- end auto-generated rule header -->
68

docs/rules/a11y-no-title-attribute.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Disallow using the title attribute (`github/a11y-no-title-attribute`)
1+
# github/a11y-no-title-attribute
2+
3+
📝 Disallow using the title attribute.
24

35
💼 This rule is enabled in the ⚛️ `react` config.
46

docs/rules/a11y-no-visually-hidden-interactive-element.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Enforce that interactive elements are not visually hidden (`github/a11y-no-visually-hidden-interactive-element`)
1+
# github/a11y-no-visually-hidden-interactive-element
2+
3+
📝 Enforce that interactive elements are not visually hidden.
24

35
💼 This rule is enabled in the ⚛️ `react` config.
46

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Enforce that elements with explicit or implicit roles defined contain only `aria-*` properties supported by that `role` (`github/a11y-role-supports-aria-props`)
1+
# github/a11y-role-supports-aria-props
2+
3+
📝 Enforce that elements with explicit or implicit roles defined contain only `aria-*` properties supported by that `role`.
24

35
💼 This rule is enabled in the ⚛️ `react` config.
46

docs/rules/a11y-svg-has-accessible-name.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Require SVGs to have an accessible name (`github/a11y-svg-has-accessible-name`)
1+
# github/a11y-svg-has-accessible-name
2+
3+
📝 Require SVGs to have an accessible name.
24

35
💼 This rule is enabled in the ⚛️ `react` config.
46

docs/rules/array-foreach.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Enforce `for..of` loops over `Array.forEach` (`github/array-foreach`)
1+
# github/array-foreach
2+
3+
📝 Enforce `for..of` loops over `Array.forEach`.
24

35
💼 This rule is enabled in the ✅ `recommended` config.
46

docs/rules/async-currenttarget.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Disallow `event.currentTarget` calls inside of async functions (`github/async-currenttarget`)
1+
# github/async-currenttarget
2+
3+
📝 Disallow `event.currentTarget` calls inside of async functions.
24

35
💼 This rule is enabled in the 🔍 `browser` config.
46

docs/rules/async-preventdefault.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Disallow `event.preventDefault` calls inside of async functions (`github/async-preventdefault`)
1+
# github/async-preventdefault
2+
3+
📝 Disallow `event.preventDefault` calls inside of async functions.
24

35
💼 This rule is enabled in the 🔍 `browser` config.
46

docs/rules/authenticity-token.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Disallow usage of CSRF tokens in JavaScript (`github/authenticity-token`)
1+
# github/authenticity-token
2+
3+
📝 Disallow usage of CSRF tokens in JavaScript.
24

35
💼 This rule is enabled in the 🔐 `internal` config.
46

0 commit comments

Comments
 (0)