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

7.7.0

Compare
Choose a tag to compare
@robertrossmann robertrossmann released this 25 Sep 12:37
· 144 commits to master since this release
a8105f4

New rules

  • react/jsx-curly-brace-presence: Prohibits superfluous literal expressions in JSX elements
  • flowtype/no-unused-expressions: Extends the ESLint builtin rule of the same name and avoids marking type-only expressions as not being used

Changes

  • newline-per-chained-call: Moved to coding-styles/fixable
  • no-extra-parens: Extra parens are now allowed around assignments in return expressions
  • template-tag-spacing: Now disallows spaces between the tag function and the tag string
  • import/no-anonymous-default-export: Literal objects and arrays are now allowed to be the default export value without assigning the value to a const first