Skip to content

Commit

Permalink
docs: update for prettier#5356
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Nov 6, 2018
1 parent 60e8682 commit f74dc4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/blog/2018-11-07-1.15.0.md
Expand Up @@ -425,11 +425,11 @@ Prettier 1.14 accidentally introduced some very unfortunate line breaks in JSX.
### Flow
#### Support inexact ([#5304] by [@jbrown215])
#### Support inexact ([#5304] by [@jbrown215], [#5356] by [@existentialism])
The Flow team [plans to treat all object types as _exact_ by default][inexact] in the future,
so they introduced a new syntax to indicate if an object type is inexact.
This syntax is now supported when using `--parser flow` in Prettier 1.15.
This syntax is now supported in Prettier 1.15.
[inexact]: https://medium.com/flow-type/on-the-roadmap-exact-objects-by-default-16b72933c5cf
Expand Down Expand Up @@ -1846,3 +1846,4 @@ Special thanks to [@j-f1] and [@suchipi] for reviewing this blog post!
[#5330]: https://github.com/prettier/prettier/pull/5330
[#5333]: https://github.com/prettier/prettier/pull/5333
[#5334]: https://github.com/prettier/prettier/pull/5334
[#5356]: https://github.com/prettier/prettier/pull/5356

0 comments on commit f74dc4c

Please sign in to comment.