chore: fix mobile lint
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user