Jordan Pittman

Results 275 comments of Jordan Pittman

Just tested and I can't reproduce this in WebStorm. So seems like whatever it was may have been fixed.

@cckrause The expected output should push all group-* classes to the end (well after normal utilities anyway). If you ever have a class with variants that gets sorted to the...

There is not an option for this currently and Prettier itself doesn't let you specify regex literals as options so the best we could do *if we supported it* was...

Closing in favor of #270 — if you can provide an example project that would be fantastic.

I don't think I've ever see this problem when the plugin was installed. My only guess is that when installing packages they're not going into the correct `node_modules` folder (though...

@Martijn-Schoenmaker-Webbio Open a new issue with a reproduction and steps to reproduce. Note: There's a known issue when using Prettier v3.7 + the Prettier VSCode extension — not our bug...

Hi! Jordan from the Tailwind team here. You can pass `--watch=always` to our CLI to keep it running even when stdin closes.

> Yeah, seems like `--watch=always` still reads from stdin. Yeah `--watch=always` isn't intended to disable reading from stdin — passing a filename to `--input` does that. If you still see...

I'll look into this soon. > Off-topic Adding this plugin increase prettier run time by 44% I'm not surprised it increases the time it takes to run Prettier but I...