hosseinmd/prettier-plugin-jsdoc

@overload must be after @template

boneskull opened this issue · 2 comments

Here's an example of the default tag ordering applied to a docstring:

image

TS does not like this:

image

image

I can workaround this with a custom order, but the default should be changed

TS v5.3.3

Example workaround:

{
  "prettier": {
    "jsdocTagsOrder": "{\"template\": 24.5}"
  }
}