Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami authored Jun 27, 2022
1 parent 86e335f commit 9896fb9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,14 @@ module.exports = {
},
}
```
<br>

### And all extended rules by `extends: ['plugin:jsx-a11y/recommended']`.
<details>

<summary><b>And all extended rules by extends: ['plugin:jsx-a11y/recommended']</b></summary>

<br>

<!-- AUTO-GENERATED-CONTENT:START (TABLE) -->
| Rule | Recommended |
| :--- | :--- |
Expand Down Expand Up @@ -158,6 +163,8 @@ module.exports = {
| [tabindex-no-positive](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/tree/HEAD/docs/rules/tabindex-no-positive.md) | error |
<!-- AUTO-GENERATED-CONTENT:END -->

</details>

---

## Installation
Expand Down

0 comments on commit 9896fb9

Please sign in to comment.