We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce29d4 commit 419bd43Copy full SHA for 419bd43
index.js
@@ -75,8 +75,6 @@ module.exports = {
75
'react/jsx-uses-react': 2,
76
'react/jsx-uses-vars': 2,
77
'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'],
80
'react/no-direct-mutation-state': 2,
81
'react/no-find-dom-node': 2,
82
'react/no-is-mounted': 2,
0 commit comments