Skip to content

Commit

Permalink
Fix lint and type issues
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Nov 16, 2024
1 parent 1b6d383 commit 95576a0
Show file tree
Hide file tree
Showing 6 changed files with 178 additions and 218 deletions.
14 changes: 4 additions & 10 deletions ios/learnX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
CURRENT_PROJECT_VERSION = 3230;
CURRENT_PROJECT_VERSION = 3231;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = G896QC26MC;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -549,7 +549,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
CURRENT_PROJECT_VERSION = 3230;
CURRENT_PROJECT_VERSION = 3231;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = G896QC26MC;
INFOPLIST_FILE = learnX/Info.plist;
Expand Down Expand Up @@ -661,10 +661,7 @@
);
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"$(inherited)",
" ",
);
OTHER_CFLAGS = "$(inherited) ";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DFOLLY_NO_CONFIG",
Expand Down Expand Up @@ -750,10 +747,7 @@
"\"$(inherited)\"",
);
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_CFLAGS = (
"$(inherited)",
" ",
);
OTHER_CFLAGS = "$(inherited) ";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DFOLLY_NO_CONFIG",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"darkreader": "4.9.96",
"dayjs": "1.11.13",
"dotenv": "16.4.5",
"eslint": "9.15.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"expo": "52.0.7",
Expand Down
Loading

0 comments on commit 95576a0

Please sign in to comment.