Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: addressed lint issues (#11194)
## **Description** A PR that addresses all 50 current linting issues found in the repo when running `yarn lint` ## **Related issues** Fixes: 1. Run `yarn lint` and see there are no linting issues remaining. 2. Run `yarn test:unit` and see all tests pass. ## **Manual testing steps** ## **Screenshots/Recordings** ### **Before** <img width="514" alt="Screenshot 2024-09-13 at 14 03 28" src="https://github.com/user-attachments/assets/afb5a55c-94ce-44ad-808f-2f051c559e76"> ### **After** <img width="274" alt="Screenshot 2024-09-13 at 14 01 40" src="https://github.com/user-attachments/assets/58417fc7-5647-4028-9702-d1a79e4f550a"> <img width="365" alt="Screenshot 2024-09-13 at 14 02 28" src="https://github.com/user-attachments/assets/33c894a8-c83d-41bc-90a7-52c512915e4e"> ## **Pre-merge author checklist** - [x] I’ve followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots. --------- Co-authored-by: tommasini <46944231+tommasini@users.noreply.github.com>
- Loading branch information