mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
passing lint but in a bad way
This commit is contained in:
@@ -10,33 +10,15 @@
|
||||
"android",
|
||||
"!android/build",
|
||||
"src/*.ts",
|
||||
"src/*.tsx",
|
||||
"example/package.json",
|
||||
"example/android",
|
||||
"!example/android/.gradle",
|
||||
"!example/android/build",
|
||||
"!example/android/app/build"
|
||||
"src/*.tsx"
|
||||
],
|
||||
"outputs": []
|
||||
},
|
||||
"build:ios": {
|
||||
"env": [
|
||||
"RCT_NEW_ARCH_ENABLED",
|
||||
"RCT_USE_RN_DEP",
|
||||
"RCT_USE_PREBUILT_RNCORE"
|
||||
],
|
||||
"inputs": [
|
||||
"package.json",
|
||||
"*.podspec",
|
||||
"ios",
|
||||
"src/*.ts",
|
||||
"src/*.tsx",
|
||||
"example/package.json",
|
||||
"example/ios",
|
||||
"!example/ios/build",
|
||||
"!example/ios/Pods"
|
||||
],
|
||||
"env": ["RCT_USE_RN_DEP", "RCT_USE_PREBUILT_RNCORE"],
|
||||
"inputs": ["package.json", "*.podspec", "ios", "src/*.ts", "src/*.tsx"],
|
||||
"outputs": []
|
||||
}
|
||||
}
|
||||
},
|
||||
"extends": ["//"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user