Skip to content

Commit 8e5a1f2

Browse files
committed
docs: update README.md
1 parent 2e20908 commit 8e5a1f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,7 @@ module.exports = {
180180

181181
### React hooks rules
182182

183-
- [ ] `react-hooks/no-access-state-in-setstate`
184-
- [ ] `react-hooks/no-suppressing-exhaustive-deps`
183+
- [ ] `react-hooks/no-access-state-in-set-state`
185184
- [x] `react-hooks/ensure-use-memo-has-non-empty-deps` (Proposed by @SukkaW)
186185
- [x] `react-hooks/ensure-use-callback-has-non-empty-deps` (Proposed by @SukkaW)
187186
- [x] `react-hooks/ensure-custom-hooks-using-other-hooks` (Proposed by @SukkaW)

0 commit comments

Comments
 (0)