This repository has been archived by the owner on Mar 7, 2019. It is now read-only.
7.7.0
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