This repository was archived by the owner on Aug 4, 2020. It is now read-only.
v3.2.0
New
babel/flow-object-type: Require a particular separator between properties in Flow object types.- Use the option
semicolonto require semicolons (e.g.type Foo = { bar: number; baz: string }). - Use the option
commato require commas (e.g.type Foo = { bar: number, baz: string }).
- Use the option