We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d44765 commit 61b30bdCopy full SHA for 61b30bd
README.md
@@ -133,6 +133,7 @@ module.exports = {
133
134
### React rules
135
136
+- [x] `react/ensure-forward-ref-using-ref`
137
- [x] `react/no-children-count`
138
- [x] `react/no-children-for-each`
139
- [x] `react/no-children-map`
@@ -171,7 +172,6 @@ module.exports = {
171
172
- [x] `react/no-constructed-context-value`
173
- [ ] `react/no-unused-class-component-methods`
174
- [ ] `react/no-unused-state`
-- [ ] `react/ensure-forward-ref-using-ref`
175
- [x] `react/prefer-destructuring-assignment`
176
- [ ] `react/prefer-readonly-props`
177
- [ ] `react/ban-components`
0 commit comments