Replies: 2 comments
-
I have exactly the same issue on my end. I wanted to play with
The feature is still marked as experimental on Prettier side and has been released on 3.6. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am moving towards |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have no time to build a minimal example, but in our project we use Oxlint and the OXC Parser with prettier, which was recently introduced. We also experiment with the experimental CLI. It looks like the new parser breaks this plugin. This seems natural, because the plugin relies on the babel parser, but we this does not exist with this update. The result is, that the plugin does not sort any imports in JS or TS files.
Can anyone share the same experience?
Beta Was this translation helpful? Give feedback.
All reactions