Closed curthipster closed 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.
prettier-plugin-tailwindcss
Seems #195 is the WIP
Duplicate of https://github.com/hosseinmd/prettier-plugin-jsdoc/issues/194
Fixed https://github.com/hosseinmd/prettier-plugin-jsdoc/pull/195
Oh, thank you and sorry for the noise. I swear I searched but apparently didn't look hard enough.
prettier fails with error after upgrading from 2.8.8 to 3.0.0:
In case it helps,
prettier-plugin-tailwindcss
had a similar issue.