Skip to content

Commit 009cdbd

Browse files
Fix ESLint docs synchronization
1 parent 14d30c8 commit 009cdbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The rule factory centralizes common accessibility validation patterns, making it
7474
7575
### Architecture
7676
77-
```
77+
```sh
7878
ruleFactory(config) → ESLint Rule
7979
8080
hasAccessibleLabel(opening, element, context, config) → boolean

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Any use of third-party trademarks or logos are subject to those third-party's po
170170
✅ Set in the `recommended` configuration.\
171171
🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).
172172

173-
| Name | Description | 💼 | ⚠️ | 🔧 |
173+
| Name                                               | Description | 💼 | ⚠️ | 🔧 |
174174
| :--------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------- | :- | :- | :- |
175175
| [accordion-header-needs-labelling](docs/rules/accordion-header-needs-labelling.md) | The accordion header is a button and it needs an accessibile name e.g. text content, aria-label, aria-labelledby. || | |
176176
| [accordion-item-needs-header-and-panel](docs/rules/accordion-item-needs-header-and-panel.md) | An AccordionItem needs exactly one header and one panel || | |

0 commit comments

Comments
 (0)