hosseinmd / prettier-plugin-jsdoc

A Prettier plugin to format JSDoc comments.
MIT License
232 stars 28 forks source link

eslint error message #92

Closed 5saviahv closed 3 years ago

5saviahv commented 3 years ago

Changes with 0.3.12 version doesn't comply with eslint-plugin-jsdoc

prettier-plugin-jsdoc changes row * @borrows static.xml as xml to * @borrows static.xml As xml

and it causes linting error message: @borrows must have an "as" expression. Found "As xml" jsdoc/valid-types