Sourced from eslint-plugin-flowtype's releases.
v5.8.2
5.8.2 (2021-07-26)
Bug Fixes
- enforceLineBreak now handles
export typecorrectly (https://github.com/facebook/flipper/issues/488) (c40937a)v5.8.1
5.8.1 (2021-07-22)
Bug Fixes
- support CRLF line breaks in generic-spacing (https://github.com/facebook/flipper/issues/485) (https://github.com/facebook/flipper/issues/486) (79267bb)
v5.8.0
5.8.0 (2021-06-29)
Features
- add new rule enforce-line-break (https://github.com/facebook/flipper/issues/484) (417068c)
c40937a fix: enforceLineBreak now handles export type correctly (https://github.com/facebook/flipper/issues/488)79267bb fix: support CRLF line breaks in generic-spacing (https://github.com/facebook/flipper/issues/485) (https://github.com/facebook/flipper/issues/486)417068c feat: add new rule enforce-line-break (https://github.com/facebook/flipper/issues/484)