You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs: https://eslint.org/docs/rules/array-callback-return
Make sure that we are returning in the callbacks passed into `.map`,
`.filter` and `.reduce`. If we are not, we should be using
`.forEach` or an explicit for loop.
Co-authored-by: iker barriocanal <[email protected]>
0 commit comments