We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674e432 commit 67fc5f8Copy full SHA for 67fc5f8
eslint/eslint-config-local/mixins/react.js
@@ -25,8 +25,7 @@ module.exports = {
25
// eslint-plugin-react-hooks
26
// =====================================================================
27
'react-hooks/rules-of-hooks': 'error',
28
- 'react-hooks/exhaustive-deps': 'warn',
29
- 'deprecation/deprecation': 'off'
+ 'react-hooks/exhaustive-deps': 'warn'
30
}
31
},
32
{
0 commit comments