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

v3.2.0

Compare
Choose a tag to compare
@hzoo hzoo released this 07 Apr 22:27
· 71 commits to master since this release

New

  • babel/flow-object-type: Require a particular separator between properties in Flow object types.
    • Use the option semicolon to require semicolons (e.g. type Foo = { bar: number; baz: string }).
    • Use the option comma to require commas (e.g. type Foo = { bar: number, baz: string }).