chore: fix mobile lint

This commit is contained in:
Mo
2022-07-07 13:54:26 -05:00
parent 306a2129a2
commit 2448672a61
4 changed files with 14 additions and 3 deletions

View File

@@ -24,5 +24,16 @@
"@Root/*": ["./*"]
}
},
"exclude": ["node_modules", "babel.config.js", "metro.config.js", "jest.config.js"]
"exclude": [
"node_modules",
"babel.config.js",
"metro.config.js",
"jest.config.js",
"e2e",
"html",
"android",
"WebFrame",
"ios",
"fastlane"
]
}