Merge pull request #883 from 0xProject/feature/tslint-improvements
New tslint rules
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
"npm-run-all": "^4.1.2",
|
||||
"nyc": "^11.0.1",
|
||||
"shx": "^0.2.2",
|
||||
"tslint": "5.8.0",
|
||||
"tslint": "5.11.0",
|
||||
"typescript": "2.7.1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@@ -10,8 +10,8 @@ import * as _ from 'lodash';
|
||||
const MINIMUM_BLOCKS = 3;
|
||||
|
||||
export class BlockchainLifecycle {
|
||||
private _web3Wrapper: Web3Wrapper;
|
||||
private _snapshotIdsStack: number[];
|
||||
private readonly _web3Wrapper: Web3Wrapper;
|
||||
private readonly _snapshotIdsStack: number[];
|
||||
private _addresses: string[] = [];
|
||||
private _nodeType: NodeType | undefined;
|
||||
constructor(web3Wrapper: Web3Wrapper) {
|
||||
|
Reference in New Issue
Block a user