diff --git a/packages/eslint-config-react-native-community/index.js b/packages/eslint-config-react-native-community/index.js index 19b3e3abb..3c40a09a5 100644 --- a/packages/eslint-config-react-native-community/index.js +++ b/packages/eslint-config-react-native-community/index.js @@ -290,6 +290,7 @@ module.exports = { // React-Hooks Plugin // The following rules are made available via `eslint-plugin-react-hooks` 'react-hooks/rules-of-hooks': 'error', + 'react-hooks/exhaustive-deps': 'error', // React-Native Plugin // The following rules are made available via `eslint-plugin-react-native`