AthanorLabs / atomic-swap

💫 ETH-XMR atomic swap implementation
GNU Lesser General Public License v3.0
341 stars 44 forks source link

prettier solidity formatting broken #501

Closed dimalinux closed 9 months ago

dimalinux commented 1 year 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

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.

dimalinux commented 9 months ago

This was resolved a while back by: https://github.com/AthanorLabs/atomic-swap/pull/502