mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
MOB-945 use macos-15 in ci, set explicit iOS version in detox config (#3133)
Co-authored-by: Johannes Klein <johannes.t.klein@gmail.com>
This commit is contained in:
@@ -144,7 +144,7 @@ module.exports = {
|
||||
}],
|
||||
"@typescript-eslint/no-unsafe-function-type": 1
|
||||
},
|
||||
ignorePatterns: ["/coverage/*", "/vendor/*", "**/flow-typed"],
|
||||
ignorePatterns: ["!.detoxrc.js", "/coverage/*", "/vendor/*", "**/flow-typed"],
|
||||
settings: {
|
||||
"import/resolver": {
|
||||
"babel-module": { allowExistingDirectories: true },
|
||||
|
||||
Reference in New Issue
Block a user