update eslint config

This commit is contained in:
Pavel Prichodko 2023-01-18 17:48:33 +01:00
parent c67b5da2f9
commit 067389a3f5
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
1 changed files with 2 additions and 1 deletions

View File

@ -90,6 +90,7 @@
"alwaysTryTypes": true, "alwaysTryTypes": true,
"project": ["tsconfig.base.json", "packages/*/tsconfig.json"] "project": ["tsconfig.base.json", "packages/*/tsconfig.json"]
} }
} },
"import/ignore": ["react-native"]
} }
} }