You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
If I run yarn prettier:check (which is hooked into our linting check on circle), I get an error printed but still get a successful exit code:
➜ statechannels-contracts git:(solidity-prettier) ✗ yarn prettier:check
yarn run v1.22.5
$ prettier --list-different **/*.sol
contracts/AttestationApp.sol[error] No parser could be inferred for file: contracts/AttestationApp.sol
✨ Done in 0.58s.