Clemente
Clemente
Recommended steps to leave it running: - Add prettier config file `.prettierrc` with basic configs (on root dir of the project): ```json { "printWidth": 100, "singleQuote": true, "trailingComma": "all", "useTabs":...
> here is my prefrence for the preittier > > ### .prettierrc.js > ```js > module.exports = { > printWidth: 120, > tabWidth: 2, > semi: false, > singleQuote: true,...
so, we all agree with @soroushm settings? I do!
guys?
Guys I also propose to add a precommit hook for linting with [Husky](https://www.npmjs.com/package/husky), so we ensure linting is applied on every code change :)
Hi. Any updates here? Still having the same error
having exactly the same issue. Any updates?
For the current state of the app in `development`, we have the following TODOs: 1. `e2e/packages/Auth.e2e.js`: 1.1. Download passphrase before selecting account. 1.2. Test tokens are displayed: We need to...
@Balanced02 , I removed the old `Loading` component (point 12). Regarding to 30. , I didn't mean that `InfiniteScrollList ` is deprecated, I meant that the `Wallet` component is. Regarding...
hi guys. Can we merge this PR? Is very important to consider for development!