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

v9.0.0

Choose a tag to compare

@yenbekbay yenbekbay released this 03 Jun 04:18

<a name"9.0.0">

9.0.0 (2017-06-03)

Bug Fixes

  • base: disable rules conflicting with prettier (305afde6)
  • deps: upgrade to latest (1c58197a)
  • travis: remove prune step (a0b08a01)

Features

  • flowtype: enable flowtype/no-weak-types rule (44a5cf96)
  • react-base: enable react/display-name rule (a327a7b7)
  • react-native: enable no-use-before-define rule (54932a8a)

Breaking Changes

  • using weak types (any, Object, Function, etc.) with flow will now cause errors

(44a5cf96)

  • using variables before their declaration in RN is now
    prohibited

(54932a8a)