Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

6.4.0

Compare
Choose a tag to compare
@robertrossmann robertrossmann released this 21 Jan 12:11
· 222 commits to master since this release
88d37ac

New rules

Rule changes

  • no-extra-parens: Now ignores multiline JSX components. If you had this rule disabled due to conflict with jsx/wrap-multilines, you can re-enable this rule now. (b17c5bc)
  • Move the following rules to coding-styles/fixable: (5491496)
    • no-else-return