web-configs
web-configs copied to clipboard
Add support for `prefer-early-return` to detect when "if" statement is the last one in function body
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