File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/plugins/eslint-plugin-react-x Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ` . | ⛔ | | |
You can’t perform that action at this time.
0 commit comments