Skip to content

Commit

Permalink
minor Lint Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen-g09 committed May 13, 2024
1 parent a8412c7 commit b235bf0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true
},
Expand All @@ -29,10 +27,7 @@
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
"expo-font"
],
"plugins": ["expo-router", "expo-font"],
"experiments": {
"typedRoutes": true
},
Expand Down

0 comments on commit b235bf0

Please sign in to comment.