bamlab/react-native-project-config

[RFC]: eslint:array-callback-return

P0labrD opened this issue ยท 0 comments

Why?

Functions like .map and .filter should always return something (use forEach if you don't need the return value).

Rule Documentation ๐Ÿ“œ

array-callback-return

Config Selection ๐Ÿ› 

recommended

(Optional) Additional Details ๐Ÿ“

No response