Automattic / wp-prettier

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

Apply patch #23

Closed scinos closed 4 years ago

scinos commented 4 years ago

Apply WordPress patch on top of prettier@2.0.5

This is the result of rebasing our branch wp-prettier-2.0.4 on top of 2.0.5 (a tag in prettier repo)

Tests are passing locally

scinos commented 4 years ago

I run this new version on https://github.com/Automattic/wp-calypso and it doesn't and it doesn't produce any new change 👍 .

Note: interestingly, when running the previous version (based on prettier 2.0.4), it does change a few files. I guess we missed them with the previous update? 2.0.5 does not introduce any new change on top of them.