Skip to content

Commit

Permalink
Remove no-did-mount-set-state and no-did-update-set-state from recomm…
Browse files Browse the repository at this point in the history
…ended rules (fixes #596)
  • Loading branch information
yannickcr committed Jul 27, 2016
1 parent 1ce29d4 commit 419bd43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ module.exports = {
'react/jsx-uses-react': 2,
'react/jsx-uses-vars': 2,
'react/no-deprecated': 2,
'react/no-did-mount-set-state': [2, 'allow-in-func'],
'react/no-did-update-set-state': [2, 'allow-in-func'],
'react/no-direct-mutation-state': 2,
'react/no-find-dom-node': 2,
'react/no-is-mounted': 2,
Expand Down

0 comments on commit 419bd43

Please sign in to comment.