From 2fab24781e50a5f157fd467c64d7a513d65fcee9 Mon Sep 17 00:00:00 2001 From: Pavel Prichodko <14926950+prichodko@users.noreply.github.com> Date: Wed, 18 Jan 2023 17:48:33 +0100 Subject: [PATCH] update eslint config --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 6eaa7d75..60b08f65 100644 --- a/.eslintrc +++ b/.eslintrc @@ -90,6 +90,7 @@ "alwaysTryTypes": true, "project": ["tsconfig.base.json", "packages/*/tsconfig.json"] } - } + }, + "import/ignore": ["react-native"] } }