web-configs icon indicating copy to clipboard operation
web-configs copied to clipboard

Add support for `prefer-early-return` to detect when "if" statement is the last one in function body

Open miluoshi opened this issue 1 year ago • 0 comments

Description

Sometimes we assign a conditions used in "if" test to a variable before "if" statement. In such case it's not the only statement in the block, but it should be detected anyway.

closes #314

miluoshi avatar Feb 08 '24 09:02 miluoshi