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",