Skip to content

Commit

Permalink
chore(contract): fix more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Jul 4, 2024
1 parent 45cc5bf commit fbad961
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion contract/src/ica.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable node/no-missing-import */
// @ts-check
import { E } from '@endo/far';
import { M } from '@agoric/store';
Expand Down
1 change: 0 additions & 1 deletion contract/test/prepare-test-env-ava.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable node/no-unpublished-import, node/no-missing-import */
// @ts-check
/**
* Like prepare-test-env but also sets up ses-ava and provides
Expand Down
1 change: 0 additions & 1 deletion contract/test/test-contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import '@agoric/babel-standalone';
// eslint-disable-next-line import/order
import { test, makeTestContext } from './prepare-test-env-ava.js';

// eslint-disable-next-line node/no-missing-import
import { MsgSend } from '@agoric/cosmic-proto/cosmos/bank/v1beta1/tx.js';

import path from 'path';
Expand Down

0 comments on commit fbad961

Please sign in to comment.