fix(mobile): workspaces keychain

This commit is contained in:
Mo
2022-06-22 07:15:37 -05:00
parent d833df1b74
commit 112ef2a2c8
3 changed files with 23 additions and 15 deletions

View File

@@ -8,7 +8,8 @@
"no-console": "warn",
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/no-var-requires": "off",
"eqeqeq": ["off"]
"eqeqeq": ["off"],
"no-void": ["off"]
},
"ignorePatterns": ["metro.config.js"]
}