Skip to content

Commit 2607671

Browse files
committed
Merge branch 'main' into jsx-no-duplicate-props
2 parents df38a1e + 469e624 commit 2607671

File tree

1 file changed

+1
-1
lines changed
  • packages/plugins/eslint-plugin-react-x

1 file changed

+1
-1
lines changed

packages/plugins/eslint-plugin-react-x/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default [
7575
| `avoid-shorthand-boolean` | Prevents using shorthand syntax for boolean attributes. | 🎨 | | |
7676
| `avoid-shorthand-fragment` | Prevents using shorthand syntax for fragments. | 🎨 | | |
7777
| `ensure-forward-ref-using-ref` | Requires that components wrapped with `forwardRef` must have a `ref` parameter. | ✔️ | | |
78-
| `jsx-uses-vars | Prevents variables used in JSX to be marked as unused. | ✔️ | | |
78+
| `jsx-uses-vars` | Prevents variables used in JSX to be marked as unused. | ✔️ | | |
7979
| `no-access-state-in-setstate` | Prevents accessing `this.state` inside `setState` calls. | ✔️ | | |
8080
| `no-array-index-key` | Prevents using array `index` as `key`. | 🧐 | | |
8181
| `no-children-count` | Prevents using `Children.count`. || | |

0 commit comments

Comments
 (0)