Closed pshurygin closed 1 year ago
Looks very doable, I think it might be just the version increment and some minor adjustments.
I also need that update, can we somehow support you here? @NiklasPor
I'm gonna start with the migration on this plugin today and then continue to the more complex packages ๐๐ซก
Starting with prettier-plugin-organize-attributes@1.0.0
we're supporting prettier: "^3.0.0"
. Beware that you need to add now the plugin explicitly to your prettier config (๐ข):
{
"plugins": ["prettier-plugin-organize-attributes"]
}
If anyone has any problems feel free to write here, or create a new issue ๐
It works like a charm. Thank you very much @NiklasPor ๐
@NiklasPor is it backwards compatible with version 2?
@minijusl I didn't test it, but I'd expect it not to be, as Prettier 3 included breaking API changes. Just stay on the old version if you're using Prettier 2 currently ๐
The plugin is incompatible with prettier v3. Are there any plans to support v3 anytime soon? Here is a migration guide for plugin authors.