Josh Medeski
Josh Medeski
@nunocasteleira Can you share your prettier config file with us?
@nunocasteleira I'm stumped. I don't know why `@tailwindcss/forms` has any relationship with `prettier-plugin-tailwindcss`.
No one has taken ownership to fix this issue. For now, I suggest everyone expect `prettier-plugin-tailwindcss` can only be used on its own right now, your other prettier plugins aren't...
If you want a workaround, you could use the [prettier `--config` flag](https://prettier.io/docs/en/cli.html#--find-config-path-and---config) and have two different configs (using the [sharing configurations patter](https://prettier.io/docs/en/configuration.html#sharing-configurations) for consistent formatting). This solution won't work with...
I made a PR suggesting the README gets updated https://github.com/dwarvesf/VimMotionApp/pull/27
Development of this project has sat on the backburner for awhile (although I still use the current version in my application). I'll take a look in the next week at...
Yes and some manual testing should be done just to make sure `6.4` hasn't broken anything. I'll try to get a PR up soon. I'll close this issue when it's...
Thanks! Excited to experiment with this plugin.
``` deno 1.24.3 (release, aarch64-apple-darwin) v8 10.4.132.20 typescript 4.7.4 ```
I'm also dealing with this issue. We created a pruned workspace but Turbo build command fails because it's detecting an app in the `turbo.json` that has been pruned out. Our...