hosseinmd / prettier-plugin-jsdoc

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

Don't capitalize @example code #198

Closed plehnen closed 1 year ago

plehnen commented 1 year ago

It capitalizes code which is not correct.

Before: @example cy.dataCy('greeting')

After: @example Cy.dataCy('greeting')

hosseinmd commented 1 year ago

this example is not correct as jsdoc document change it to this

@example description cy.dataCy('greeting')

hosseinmd commented 1 year ago

Description is optional