diff --git a/.eslintrc.js b/.eslintrc.js index a71d9474a48..44f80b90415 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -124,5 +124,11 @@ module.exports = { ], }, }, + { + files: ['**/*-itest{.fb,}.js'], + rules: { + 'lint/no-react-native-imports': 'off', + }, + }, ], };