Skip to content

Commit 419bd43

Browse files
committed
Remove no-did-mount-set-state and no-did-update-set-state from recommended rules (fixes #596)
1 parent 1ce29d4 commit 419bd43

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ module.exports = {
7575
'react/jsx-uses-react': 2,
7676
'react/jsx-uses-vars': 2,
7777
'react/no-deprecated': 2,
78-
'react/no-did-mount-set-state': [2, 'allow-in-func'],
79-
'react/no-did-update-set-state': [2, 'allow-in-func'],
8078
'react/no-direct-mutation-state': 2,
8179
'react/no-find-dom-node': 2,
8280
'react/no-is-mounted': 2,

0 commit comments

Comments
 (0)