From 7b4c87145ee00b6bd7994abc4f79c9b640e336df Mon Sep 17 00:00:00 2001 From: Naveen Date: Sun, 17 Mar 2024 18:21:04 +0530 Subject: [PATCH] linting --- README.md | 3 +-- app/Stories.tsx | 5 +---- components/ExternalLink.tsx | 2 +- components/bottomSheet.tsx | 13 +++++++++++-- tsconfig.json | 13 +++---------- 5 files changed, 17 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 56416e0..ee38d3f 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,4 @@ We are trying to develop it based on age for user (ex: better color modes, font figma link: https://www.figma.com/file/CUdRvs42DT7ZTRutq617pM/Wireframe-1?type=design&node-id=1-2&mode=design&t=TPgUYMvRyLzLWx31-0 - -something else? \ No newline at end of file +something else? diff --git a/app/Stories.tsx b/app/Stories.tsx index dc1996a..56a292e 100644 --- a/app/Stories.tsx +++ b/app/Stories.tsx @@ -49,10 +49,7 @@ const Stories = () => { > {storyInfo.map((data, index) => { return ( - + { if (Platform.OS !== "web") { diff --git a/components/bottomSheet.tsx b/components/bottomSheet.tsx index 721173f..cebc2b1 100644 --- a/components/bottomSheet.tsx +++ b/components/bottomSheet.tsx @@ -10,8 +10,17 @@ const AccountSheet = forwardRef((props, ref) => { return ( - - + + Some data diff --git a/tsconfig.json b/tsconfig.json index afbe71d..62be279 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,15 +4,8 @@ "jsx": "react", "strict": true, "paths": { - "@/*": [ - "./*" - ] + "@/*": ["./*"] } }, - "include": [ - "**/*.ts", - "**/*.tsx", - ".expo/types/**/*.ts", - "expo-env.d.ts" - ] -} \ No newline at end of file + "include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"] +}