Skip to content

Commit

Permalink
Tslint suprressor
Browse files Browse the repository at this point in the history
  • Loading branch information
cdc-Hitesh committed Sep 15, 2021
1 parent dab0991 commit c2e062b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/e2e/ibc.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//@ts-check
/* eslint-disable */
import 'mocha';
import Big from 'big.js';
Expand All @@ -8,7 +9,6 @@ import axios from 'axios';
import { HDKey } from '../src/hdkey/hdkey';
import { Secp256k1KeyPair } from '../src/keypair/secp256k1';
import { CroSDK } from '../src/core/cro';
import { Units } from '../src/coin/coin';
import { Network } from '../src/network/network';
import { SIGN_MODE } from '../src/transaction/types';
import Long from 'long';
Expand Down

0 comments on commit c2e062b

Please sign in to comment.