This repository was archived by the owner on Mar 29, 2020. It is now read-only.
v9.0.0
<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-typesrule (44a5cf96) - react-base: enable
react/display-namerule (a327a7b7) - react-native: enable
no-use-before-definerule (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)