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
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 }
).
- Use the option