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 2e20908 commit 8e5a1f2Copy full SHA for 8e5a1f2
README.md
@@ -180,8 +180,7 @@ module.exports = {
180
181
### React hooks rules
182
183
-- [ ] `react-hooks/no-access-state-in-setstate`
184
-- [ ] `react-hooks/no-suppressing-exhaustive-deps`
+- [ ] `react-hooks/no-access-state-in-set-state`
185
- [x] `react-hooks/ensure-use-memo-has-non-empty-deps` (Proposed by @SukkaW)
186
- [x] `react-hooks/ensure-use-callback-has-non-empty-deps` (Proposed by @SukkaW)
187
- [x] `react-hooks/ensure-custom-hooks-using-other-hooks` (Proposed by @SukkaW)
0 commit comments