From b235bf05d03aff43f53ca9442ba367b8235f9645 Mon Sep 17 00:00:00 2001 From: Naveen-g09 Date: Mon, 13 May 2024 22:45:04 +0530 Subject: [PATCH] minor Lint Fix --- app.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/app.json b/app.json index eb5d9b0..a51bbb5 100644 --- a/app.json +++ b/app.json @@ -12,9 +12,7 @@ "resizeMode": "contain", "backgroundColor": "#ffffff" }, - "assetBundlePatterns": [ - "**/*" - ], + "assetBundlePatterns": ["**/*"], "ios": { "supportsTablet": true }, @@ -29,10 +27,7 @@ "output": "static", "favicon": "./assets/images/favicon.png" }, - "plugins": [ - "expo-router", - "expo-font" - ], + "plugins": ["expo-router", "expo-font"], "experiments": { "typedRoutes": true },