We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The latest dprint 0.40 adds functionality that makes this possible. Essentially, I would like to add prettier plugins, which are available at urls.
{ "prettier": { "plugins": [ "https://prettier.dprint.dev/astro-0.11.0.js", "https://prettier.dprint.dev/svelte-3.0.3.js" ] }, "plugins": [ "https://plugins.dprint.dev/prettier-0.26.6.json@0118376786f37496e41bb19dbcfd1e7214e2dc859a55035c5e54d1107b4c9c57" ] }
dprint config update
The text was updated successfully, but these errors were encountered:
Are the plugins hand-selected few or would auto-bundle all prettier plugins?
Sorry, something went wrong.
I would love to see support for https://github.com/tailwindlabs/prettier-plugin-tailwindcss
https://tailwindcss.com/blog/automatic-class-sorting-with-prettier
Edit: maybe we also would need this, to be able to run it for .html.twig files: https://github.com/ttskch/prettier-plugin-tailwindcss-anywhere
.html.twig
package.json
No branches or pull requests
The latest dprint 0.40 adds functionality that makes this possible. Essentially, I would like to add prettier plugins, which are available at urls.
dprint config update
The text was updated successfully, but these errors were encountered: