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
The hover in the left pane above correctly shows that vatParams is an unused parameter (and therefore should be spelled _vatParams). The right pane shows that when we ran yarn lint in the same directory, it did not complain. Similarly, running yarn lint at the top of agoric-sdk does not complain about this.
The text was updated successfully, but these errors were encountered:
Just another example. This one showing two errors on the left, neither of which is reported on the right. The non-report of the // @ts-expect-error is especially unfortunate, since that's why we switched to it from // @ts-ignore-error in the first place.
The hover in the left pane above correctly shows that
vatParams
is an unused parameter (and therefore should be spelled_vatParams
). The right pane shows that when we ranyarn lint
in the same directory, it did not complain. Similarly, runningyarn lint
at the top of agoric-sdk does not complain about this.The text was updated successfully, but these errors were encountered: