Skip to content

Commit 620a157

Browse files
chore: added prettierignore
1 parent 169cd7b commit 620a157

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/apps
2+
.yarn

apps/native/app.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,8 @@
2020
"policy": "appVersion"
2121
},
2222
"owner": "nacho.reown",
23-
"assetBundlePatterns": [
24-
"**/*"
25-
],
26-
"plugins": [
27-
"./expo-plugins/installed-wallets.js"
28-
],
23+
"assetBundlePatterns": ["**/*"],
24+
"plugins": ["./expo-plugins/installed-wallets.js"],
2925
"ios": {
3026
"buildNumber": "1",
3127
"bundleIdentifier": "com.walletconnect.web3modal.rnsdk",
@@ -92,4 +88,4 @@
9288
}
9389
}
9490
}
95-
}
91+
}

0 commit comments

Comments
 (0)