Open boneskull opened 9 months ago
Example workaround:
{
"prettier": {
"jsdocTagsOrder": "{\"template\": 24.5}"
}
}
Can confirm this happening on prettier v3.2.5, prettier-plugin-jsdoc v1.3.0, typescript v5.4.5, many thanks for boneskull for workaround
Here's an example of the default tag ordering applied to a docstring:
TS does not like this:
I can workaround this with a custom order, but the default should be changed
TS v5.3.3