hosseinmd / prettier-plugin-jsdoc

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

Automatically add hypen between symbol and description #207

Open hanszoons opened 11 months ago

hanszoons commented 11 months ago

Since the closing of #13 hyphens are no longer automatically stripped. I would like the option to have hyphens automatically added between symbol and description.

The plugin already handles capitalization and dots at the end of lines. For standardization purposes, I would also like to explicitly enforce the use or non-use of hyphens.

hosseinmd commented 11 months ago

We Could do it, I will do it in the future, also PR is welcome.