Versions:
prettier-atom: 0.53.0
prettier: 1.13
atom: 1.27.1
I upgraded prettier from 1.12 to 1.13 and now when I try to save a file I'm getting the following error:

Everything worked fine and as expected up until the upgrade of the prettier package.
@hundsim https://github.com/prettier/prettier/issues/4567
as an interim you can (or might have to) specify the parser in your prettier config
e.g. parser: babylon
Thanks, that made it!
I'm going to reopen as this does need to be addressed.
Oops actually you were right, this was a Prettier bug, I didn't read the link lol
Most helpful comment
Oops actually you were right, this was a Prettier bug, I didn't read the link lol