Closed stekycz closed 8 months ago
@stekycz
Thanks for the report. I could not reproduce it on my end. Could you please create a minimal reproduction repository?
Thank you for a quick reaction!
🤦♂️ My bad, the plugin is registered by using relative path ./node_modules/prettier-plugin-packagejson/lib/index.js
instead of simple prettier-plugin-packagejson
. Will fix it on my side.
After updating to
2.4.11
from2.4.10
I am getting the following errorIt looks like the recently renamed file (
.js
->.cjs
) is not included in the published package or the plugin is missconfigured somewhere.Prettier version:
3.2.5