Skip to content

v6.5.0

Compare
Choose a tag to compare
@yannickcr yannickcr released this 01 Nov 21:41
· 2548 commits to master since this release

Added

  • Add tab support to jsx-closing-bracket-location auto fixer (#909 @arperry)
  • Add tab and space support to jsx-indent auto fixer (#608 @jayphelps)
  • Add multiline-multiprop option to jsx-first-prop-new-line (#883 @kentor)

Fixed

  • Fix forbid-component-props crash with self reference JSX element (#839 @xeodou)
  • Fix jsx-indent to ignore lines starting by literals (#900)
  • Fix no-set-state to correctly detect setState in arrow functions (#931)

Changed