hosseinmd / prettier-plugin-jsdoc

A Prettier plugin to format JSDoc comments.
MIT License
228 stars 29 forks source link

Feature: support Yarn PnP with prettier 3 #199

Open AkiraVoid opened 1 year ago

AkiraVoid commented 1 year ago

README suggests that we should specify the path to index.js in prettier plugin settings, which cannot be done in Yarn PnP since it installs package as a .zip bundle.

hosseinmd commented 10 months ago

LGTM, Please do it on a PR.

AkiraVoid commented 9 months ago

I will try to figure this out when I get time. Feel free to open a PR if anyone can't wait.