Fix linting errors

This commit is contained in:
Amir Bandeali 2019-05-21 16:58:17 -05:00
parent 51ef0e1e6d
commit 051997acb0
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ import "./DummyERC20Token.sol";
// solhint-disable no-empty-blocks // solhint-disable no-empty-blocks
// solhint-disable no-unused-vars
contract UntransferrableDummyERC20Token is contract UntransferrableDummyERC20Token is
DummyERC20Token DummyERC20Token
{ {

View File

@ -34,6 +34,7 @@ chaiSetup.configure();
const expect = chai.expect; const expect = chai.expect;
const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper); const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper);
// tslint:disable:no-unnecessary-type-assertion
describe('Exchange wrappers', () => { describe('Exchange wrappers', () => {
let chainId: number; let chainId: number;
let makerAddress: string; let makerAddress: string;