feat: mobile workspaces (#1093)
This commit is contained in:
14
packages/mobile/.eslintrc
Normal file
14
packages/mobile/.eslintrc
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"env": {
|
||||
"node": true,
|
||||
"commonjs": true
|
||||
},
|
||||
"extends": ["@react-native-community", "plugin:react-hooks/recommended", "../../.eslintrc.json"],
|
||||
"rules": {
|
||||
"no-console": "warn",
|
||||
"@typescript-eslint/no-explicit-any": "warn",
|
||||
"@typescript-eslint/no-var-requires": "off",
|
||||
"eqeqeq": ["off"]
|
||||
},
|
||||
"ignorePatterns": ["metro.config.js"]
|
||||
}
|
||||
Reference in New Issue
Block a user