diff --git a/packages/eslint-config-react-app/index.js b/packages/eslint-config-react-app/index.js
index 1c6911cb2de9d411776c863a87e9044fb2c4b9b9..b909db3e21b10c4752ea4880e1356fc803bd835f 100644
--- a/packages/eslint-config-react-app/index.js
+++ b/packages/eslint-config-react-app/index.js
@@ -59,7 +59,6 @@ module.exports = {
     'default-case': ['warn', { commentPattern: '^no default$' }],
     'dot-location': ['warn', 'property'],
     eqeqeq: ['warn', 'allow-null'],
-    'guard-for-in': 'warn',
     'new-parens': 'warn',
     'no-array-constructor': 'warn',
     'no-caller': 'warn',