From 808c00c1414e8e147e17ea7c2dc72e3a22fe5c62 Mon Sep 17 00:00:00 2001 From: Yuxuan Xue Date: Sat, 4 Nov 2023 15:39:46 -0500 Subject: [PATCH] manually fix some styling error --- hmns-app/client/components/EditScreenInfo.tsx | 2 +- hmns-app/client/package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hmns-app/client/components/EditScreenInfo.tsx b/hmns-app/client/components/EditScreenInfo.tsx index d2bc92c..6ab103a 100644 --- a/hmns-app/client/components/EditScreenInfo.tsx +++ b/hmns-app/client/components/EditScreenInfo.tsx @@ -38,7 +38,7 @@ export default function EditScreenInfo({ path }: { path: string }) { style={styles.helpLink} href="https://docs.expo.io/get-started/create-a-new-app/#opening-the-app-on-your-phonetablet"> - Tap here if your app doesn't automatically update after making changes + Tap here if your app doesnt automatically update after making changes diff --git a/hmns-app/client/package.json b/hmns-app/client/package.json index 0788c6b..ed922ea 100644 --- a/hmns-app/client/package.json +++ b/hmns-app/client/package.json @@ -7,7 +7,8 @@ "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", - "test": "jest --watchAll" + "test": "jest --watchAll", + "lint": "eslint --fix ." }, "dependencies": { "@apollo/client": "^3.8.5",