You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ This config will be interpreted in the following way:
87
87
|[a11y-no-generic-link-text](docs/rules/a11y-no-generic-link-text.md)| disallow generic link text ||| ❌ |
88
88
|[a11y-no-title-attribute](docs/rules/a11y-no-title-attribute.md)| Guards against developers using the title attribute | ⚛️ |||
89
89
|[a11y-no-visually-hidden-interactive-element](docs/rules/a11y-no-visually-hidden-interactive-element.md)| Ensures that interactive elements are not visually hidden | ⚛️ |||
90
-
|[a11y-role-supports-aria-props](docs/rules/a11y-role-supports-aria-props.md)| Enforce that elements with explicit or implicit roles defined contain only `aria-*` properties supported by that `role`. | ⚛️ |||
90
+
|[a11y-role-supports-aria-props](docs/rules/a11y-role-supports-aria-props.md)| Enforce that elements with explicit or implicit roles defined contain only `aria-*` properties supported by that `role`. | ⚛️ |||
91
91
|[a11y-svg-has-accessible-name](docs/rules/a11y-svg-has-accessible-name.md)| SVGs must have an accessible name | ⚛️ |||
92
92
|[array-foreach](docs/rules/array-foreach.md)| enforce `for..of` loops over `Array.forEach`| ✅ |||
0 commit comments