about summary refs log tree commit diff
path: root/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 19fcf2308..06eec9631 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -9,10 +9,12 @@ module.exports = {
   plugins: ['@typescript-eslint', 'detox'],
   ignorePatterns: [
     '**/__mocks__/*.ts',
-    'src/third-party',
+    'rc/third-party',
     'ios',
     'android',
     'coverage',
+    '*.lock',
+    '.husky',
   ],
   overrides: [
     {