Sourced from eslint-plugin-flowtype's releases.
v5.7.1
5.7.1 (2021-04-16)
Bug Fixes
- fix read-only React props error position (https://github.com/facebook/flipper/issues/478) (0488fcb)
- support union type in React react-only props rule (https://github.com/facebook/flipper/issues/477) (7cabcda)
v5.7.0
5.7.0 (2021-04-12)
Features
- Added rule to enforce quotes type (https://github.com/facebook/flipper/issues/475) (8008f78)
v5.6.0
5.6.0 (2021-04-06)
Features
- migrate a new rule 'use-read-only-spread' (https://github.com/facebook/flipper/issues/472) (998eb5a)
v5.5.0
5.5.0 (2021-04-05)
Features
- add support for implicit exact Flow types (https://github.com/facebook/flipper/issues/471) (6d5362b)
7cabcda fix: support union type in React react-only props rule (https://github.com/facebook/flipper/issues/477)0488fcb fix: fix read-only React props error position (https://github.com/facebook/flipper/issues/478)8008f78 feat: Added rule to enforce quotes type (https://github.com/facebook/flipper/issues/475)998eb5a feat: migrate a new rule 'use-read-only-spread' (https://github.com/facebook/flipper/issues/472)6d5362b feat: add support for implicit exact Flow types (https://github.com/facebook/flipper/issues/471)8fd60d6 docs: regenerate README.md (https://github.com/facebook/flipper/issues/470)