hosseinmd / prettier-plugin-jsdoc

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

Add support for prettier 3.0 #196

Closed curthipster closed 1 year ago

curthipster commented 1 year ago

prettier fails with error after upgrading from 2.8.8 to 3.0.0:

> prettier . --check

Checking formatting...
[error] Cannot read properties of undefined (reading 'filter')

In case it helps, prettier-plugin-tailwindcss had a similar issue.

yf-yang commented 1 year ago

Seems #195 is the WIP

auvred commented 1 year ago

Duplicate of https://github.com/hosseinmd/prettier-plugin-jsdoc/issues/194

hosseinmd commented 1 year ago

Fixed https://github.com/hosseinmd/prettier-plugin-jsdoc/pull/195

curthipster commented 1 year ago

Oh, thank you and sorry for the noise. I swear I searched but apparently didn't look hard enough.