hosseinmd / prettier-plugin-jsdoc

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

refactor: `comment-parser` approach for default tags #164

Closed brettz9 closed 2 years ago

brettz9 commented 2 years ago

refactor: use comment-parser approach to avoid special type processing for default tag

Note that this doesn't undo the recent special processing. You'll have to figure out how you want to deal with it, whether to revert the changes entirely or not.

brettz9 commented 2 years ago

Might I suggest closing https://github.com/syavorsky/comment-parser/issues/155#issuecomment-1100642428 then if this is ok?