mirror of https://github.com/embarklabs/embark.git
make linter happy
This commit is contained in:
parent
24d661a65e
commit
a7a6a03bfe
|
@ -10,7 +10,7 @@ const DevFunds = require('./dev_funds.js');
|
|||
|
||||
const {defaultHost, dockerHostSwap} = require('../../utils/host');
|
||||
|
||||
/*eslint complexity: ["error", 36]*/
|
||||
/*eslint complexity: ["error", 37]*/
|
||||
var Blockchain = function(options) {
|
||||
this.blockchainConfig = options.blockchainConfig;
|
||||
this.env = options.env || 'development';
|
||||
|
|
Loading…
Reference in New Issue