hosseinmd / prettier-plugin-jsdoc

A Prettier plugin to format JSDoc comments.
MIT License
232 stars 28 forks source link

fix(parser): fix description bug with line breaks #177

Closed arthurgubaidullin closed 2 years ago

arthurgubaidullin commented 2 years ago

fixes hosseinmd/prettier-plugin-jsdoc#176

hosseinmd commented 2 years ago

Please add a test for this

arthurgubaidullin commented 2 years ago

I don't able to install & build project. npm install not work. Some non-standard script is used. I'll wait for someone to fix the bug.

cobaltt7 commented 2 years ago

I don't able to install & build project. npm install not work. Some non-standard script is used. I'll wait for someone to fix the bug.

This project uses yarn, not npm.