Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: enable array-callback-return ESLint rule
For array methods that depend on a callback (such as `.filter()` or `.map()`), require a return value from the callback.
- Loading branch information