diff --git a/packages/eslint-config-react-native-community/index.js b/packages/eslint-config-react-native-community/index.js index 71480dca05b2b0..001fd4629b1301 100644 --- a/packages/eslint-config-react-native-community/index.js +++ b/packages/eslint-config-react-native-community/index.js @@ -56,6 +56,7 @@ module.exports = { {argsIgnorePattern: '^_'}, ], 'no-unused-vars': 'off', + 'no-undef': 'off', }, }, {