-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
deno-fmt: move imports to top, sort tailwind classes #21617
Comments
@dsherret any thoughts on that? |
y'all are welcome to take inspiration from my implementation of tailwind class sorting in biome once done (note: work in progress, lots to do still) - it is tailwind labs approved :) |
this would be great for the dx |
I also like to migrate to the Deno 2.0 "stack" and get rid of a lot of dependencies, unfortunately I also use https://docs.deno.com/runtime/fundamentals/linting_and_formatting/#formatting says
I'm wondering what's required to enable prettier-plugins 🤔 @marvinhagemeister - any hint where I could start looking? (Never really looked into Denos source and I only used it for some hello world stuff and some scripts / data transforming) |
Deno uses There is an upstream issue about tailwind formatting on that repo: dprint/dprint-plugin-typescript#552 |
I'm missing two formatting options which prettier solves via a plugin mechanism:
The text was updated successfully, but these errors were encountered: