Make sure you put this plugin after sort-imports #200
Closed
vincerubinetti
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Sort-import and jsdoc both manipulating the main plugin, so to do that we should keep the previous manipulation, so we did it in jsdoc. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the following Prettier plugins:
Using Prettier v3 and v1.0.1 of this plugin. For some reason it doesn't work (vscode doesn't show warning underline and command line detects no problems) if this plugin comes before
/prettier-plugin-sort-imports
. I know plugin order matters, but I didn't think these two plugins would be touching the same parts of the code and conflicting with each other.Beta Was this translation helpful? Give feedback.
All reactions