update eslint config

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

View File

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