Skip to content

Commit

Permalink
fix: formatting issue with sorting wc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
clauxx committed May 15, 2024
1 parent 0629d8d commit 0c5cb68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/react_native/wallet_connect.cljs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
(ns react-native.wallet-connect
;; NOTE: Not sorting namespaces since @walletconnect/react-native-compat should be the first
#_{:clj-kondo/ignore [:unsorted-required-namespaces]}
(:require ["@walletconnect/react-native-compat"]
["@walletconnect/core" :refer [Core]]
["@walletconnect/web3wallet" :refer [Web3Wallet]]
["@walletconnect/utils" :refer [buildApprovedNamespaces]]))
(:require
["@walletconnect/core" :refer [Core]]
["@walletconnect/utils" :refer [buildApprovedNamespaces]]
["@walletconnect/web3wallet" :refer [Web3Wallet]]))

(defn- wallet-connect-core
[project-id]
Expand Down
1 change: 1 addition & 0 deletions src/status_im/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
;; NOTE: Do NOT sort i18n-resources because it MUST be loaded first.
[status-im.setup.i18n-resources :as i18n-resources]
#_{:clj-kondo/ignore [:unsorted-required-namespaces]}
["@walletconnect/react-native-compat"]
legacy.status-im.events
legacy.status-im.subs.root
[native-module.core :as native-module]
Expand Down

0 comments on commit 0c5cb68

Please sign in to comment.