disable hoist_vars by default and change comparations to comparisons
This commit is contained in:
@@ -92,7 +92,7 @@ ifs_5: {
|
||||
options = {
|
||||
if_return: true,
|
||||
conditionals: true,
|
||||
comparations: true,
|
||||
comparisons: true,
|
||||
};
|
||||
input: {
|
||||
function f() {
|
||||
|
||||
Reference in New Issue
Block a user