From 2f63afc92e481c0926b0bb301022d4984a5b6bcf Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 13 Jul 2023 17:39:43 -0700 Subject: [PATCH] fix typo --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 06eec963..8a733a20 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -9,7 +9,7 @@ module.exports = { plugins: ['@typescript-eslint', 'detox'], ignorePatterns: [ '**/__mocks__/*.ts', - 'rc/third-party', + 'src/third-party', 'ios', 'android', 'coverage',