I recently upgraded a project from prettier 2.2.1 to 2.3.0 and when I did that all my eex files were reformatted. Reverting back to 2.2.1 from 2.3.0 gets everything to work again.
I've tested with 0.5.0 and 1.11.4 otp23 and otp24. All produce the same eext1 most elixir content in eex files.
I suspect that #43 is failing all the CI checks for the same problems and likely #50 is the same since the versions match. The work around for me was to downgrade to prettier 2.2.1 and npm install and formatting worked again.
I recently upgraded a project from prettier 2.2.1 to 2.3.0 and when I did that all my eex files were reformatted. Reverting back to 2.2.1 from 2.3.0 gets everything to work again.
I've tested with 0.5.0 and 1.11.4 otp23 and otp24. All produce the same
eext1most elixir content in eex files.I suspect that #43 is failing all the CI checks for the same problems and likely #50 is the same since the versions match. The work around for me was to downgrade to prettier 2.2.1 and
npm installand formatting worked again.