Closed dimalinux closed 11 months ago
I was looking at @stubbrn's PRs and they are failing the format check in CI.
It looks like prettier made a 3.0 release 5 days ago that broke things for us: https://github.com/prettier/prettier/releases
prettier
Downgrading to prettier 2.8.8 fixes the issue:
npm install --global --save-dev prettier@2.8.8
I opened a ticket with the plugin developers. Unless they make a new release soon, we'll have to lock the prettier version at 2.8.8 so CI can pass.
This was resolved a while back by: https://github.com/AthanorLabs/atomic-swap/pull/502
I was looking at @stubbrn's PRs and they are failing the format check in CI.
It looks like
prettier
made a 3.0 release 5 days ago that broke things for us: https://github.com/prettier/prettier/releasesDowngrading to prettier 2.8.8 fixes the issue:
I opened a ticket with the plugin developers. Unless they make a new release soon, we'll have to lock the prettier version at 2.8.8 so CI can pass.