chore(suite): remove react imports (#9331)

* chore(suite): update eslint and webpack config

* chore(suite): remove react imports, change default and namespace imports to named imports

* test(suite): update jest config
This commit is contained in:
0xadams.eth
2023-09-05 16:26:01 +02:00
committed by GitHub
parent 68200034ce
commit 0f502e5750
1047 changed files with 1049 additions and 1747 deletions

View File

@@ -10,7 +10,12 @@ const babelConfig = {
'module:metro-react-native-babel-preset',
['@babel/preset-env', { targets: { node: 'current' }, modules: 'commonjs' }],
'@babel/preset-typescript',
'@babel/preset-react',
[
'@babel/preset-react',
{
runtime: 'automatic',
},
],
],
};