hosseinmd / prettier-plugin-jsdoc

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

Add `@overload` & move its order up #193

Closed sxxov closed 1 year ago

sxxov commented 1 year ago

Fixes #192

I put @overload where I did in the order list, basically arbitrarily, since despite TypeScript's implementation, it's not spec'ed in JSDoc or TSDoc. Though, I'm still submitting this PR since it might be of interest, since it does break stuff.