Y U no use template strings? 😫
Added
- [New refactoring] Convert to Template Literal
- [New refactoring] Split Declaration and Initialization
Fixed
- Don't add unnecessary braces when extracting JSX elements.
- Don't extract arrow function expressions params.
- Remove Redundant Else now handles nested If statements correctly.
- Flip Ternary now handles nested ternaries correctly.
- Flip If/Else now handles nested If statements correctly.