rainbow
rainbow copied to clipboard
Add eslint rule for lodash
Fixes RNBW-####
What changed (plus any additional context for devs)
Added eslint rules for preventing importing some lodash methods Also replaced startCase
PoW (screenshots / screen recordings)
Dev checklist for QA: what to test
Final checklist
- [x] Assigned individual reviewers?
- [x] Added labels?
- [ ] Added e2e tests? if not please specify why
- [ ] If you added new files, did you update the CODEOWNERS file?
Since we use Hermes, it was decided to remove the lodash.debounce
package and use it directly from lodash + write eslint rules to exclude importing other methods of lodash.
We will add only the part of the code we use to the bundle, so it will not be expensive.
Same with this one. Whenever u get to fix the conflicts LMK and I'll review right away
@perunt should we just re-implement this one with a fresh branch? I know this was a result of the prettier update, sorry about that.
Please do not delete branch we will need this since we want to implement this anyway