diff options
author | Eric Bailey <git@esb.lol> | 2023-07-13 17:39:43 -0700 |
---|---|---|
committer | Eric Bailey <git@esb.lol> | 2023-07-13 17:39:43 -0700 |
commit | 2f63afc92e481c0926b0bb301022d4984a5b6bcf (patch) | |
tree | d003c42dded03ed425bb28bfd4410315c7280ce9 /.eslintrc.js | |
parent | c75383bf9c784c213a3e96279483a46529271ef1 (diff) | |
download | voidsky-2f63afc92e481c0926b0bb301022d4984a5b6bcf.tar.zst |
fix typo
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 06eec9631..8a733a20c 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', |