Closed ManucherKM closed 1 year ago
I don't think this is fixed, I just installed prettier-plugin-jsdoc
for the first time, so using latest version, and couldn't figure out why it wasn't doing anything until I found this issue.
Moving prettier-plugin-jsdoc
to the end of my plugins "fixed" the issue.
The best solution for this, is merging parsers. In another word, we have a wrapper which all related parsers will be run in that.
So to do that we should be the last one which replacing parser. Otherwise, they will kick us out of the game.
Perhaps this should be fixed by prettier. Prettier doesn't have an official way to these types of plugins.
Hello. I recently came across a problem. For some unknown reason, the plugin stops working if it is not listed last in the list of plugins. Config in which it does not work: The config in which it works: Prettier and plugins for it are in my package.json: I apologize for showing the config with screenshots. When I submit my code, GitHub can't format it correctly.