Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make plugin Prettier v3 only + add 3rd-party plugin support #195

Merged
merged 33 commits into from Aug 9, 2023

Conversation

thecrypticace
Copy link
Contributor

This PR enables support for all these plugins:

  • @ianvs/prettier-plugin-sort-imports
  • @prettier/plugin-pug
  • @shopify/prettier-plugin-liquid
  • @trivago/prettier-plugin-sort-imports
  • prettier-plugin-astro
  • prettier-plugin-css-order
  • prettier-plugin-jsdoc
  • prettier-plugin-organize-attributes
  • prettier-plugin-organize-imports
  • prettier-plugin-svelte

These plugins work, as previously, but they do not "officially" support Prettier v3. However, because they do still work we've kept support for them:

  • prettier-plugin-import-sort
  • prettier-plugin-style-order

The plugins that do not work are the following:

  • prettier-plugin-marko
  • prettier-plugin-twig-melody

Neither of these plugins work at present with Prettier v3 and support for them has been disabled.

As a part of this effort this plugin is now ESM only and requires Prettier v3+

@thecrypticace thecrypticace merged commit 2a7e327 into main Aug 9, 2023
1 check passed
@thecrypticace thecrypticace deleted the feat/v3-plugins branch August 9, 2023 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant