Automattic / wp-prettier

Prettier is an opinionated JavaScript formatter.
https://prettier.github.io/prettier/
MIT License
51 stars 1 forks source link

Update to prettier 1.19.x #15

Closed sirreal closed 5 years ago

sirreal commented 5 years ago

Prettier 1.19.0 (and 1.19.1) have been released. 1.19 is necessary to support TypeScript 3.7 features like optional chaining and nullish coalesce.

https://prettier.io/blog/2019/11/09/1.19.0.html

blowery commented 5 years ago

Done! Thanks @jsnajdr!