Skip to content

Y U no use template strings? 😫

Compare
Choose a tag to compare
@nicoespeon nicoespeon released this 10 Aug 14:04

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.