Skip to content

Commit 67fc5f8

Browse files
committed
Re-include rule.
1 parent 674e432 commit 67fc5f8

File tree

1 file changed

+1
-2
lines changed
  • eslint/eslint-config-local/mixins

1 file changed

+1
-2
lines changed

eslint/eslint-config-local/mixins/react.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ module.exports = {
2525
// eslint-plugin-react-hooks
2626
// =====================================================================
2727
'react-hooks/rules-of-hooks': 'error',
28-
'react-hooks/exhaustive-deps': 'warn',
29-
'deprecation/deprecation': 'off'
28+
'react-hooks/exhaustive-deps': 'warn'
3029
}
3130
},
3231
{

0 commit comments

Comments
 (0)