In the signer standards lib I got following warning:
/Users/daviddalbusco/projects/dfinity/oisy-wallet-signer/src/icp-wallet.ts
104:53 warning Functions with more than one parameter should accept an object and use destructuring local-rules/prefer-object-params
I think it's because I use every which is not yet whitelisted
In the signer standards lib I got following warning:
I think it's because I use
every
which is not yet whitelistedTherefore I thought about adding more functions to the list of exception of
prefer-object-params
.