gitKrystan / prettier-plugin-ember-template-tag

A prettier plugin for formatting Ember template tags
MIT License
22 stars 12 forks source link

Upgrade Prettier to 3.1 (including relevant docs updates) #158

Closed bartocc closed 7 months ago

bartocc commented 8 months ago

Running prettier with the --plugin flag won't be required anymore when prettier@3.1 will be released

This PR is here to make the doc future proof 😄

gitKrystan commented 8 months ago

Thanks. I will merge this if they ever release the fix for that issue. 😓 We can couple it with the prettier v3.1 upgrade.

I wonder if we should also update the peerDependency version too, lest I get people on Prettier 3.0 re-opening this issue when things break without the flag on their version.