Add lint checks for curly braces and return values in Array callbacks
Checking for return values in Array callbacks found several incorrect uses of Array.map() where Array.forEach() should have been used.
Showing
Please register or sign in to comment