mirror of https://github.com/embarklabs/embark.git
add cc rule
This commit is contained in:
parent
d4f7eca2c5
commit
11eca918a1
|
@ -5,6 +5,7 @@ var fs = require('../../core/fs.js');
|
|||
|
||||
var GethCommands = require('./geth_commands.js');
|
||||
|
||||
/*eslint complexity: ["error", 22]*/
|
||||
var Blockchain = function(options) {
|
||||
this.blockchainConfig = options.blockchainConfig;
|
||||
this.env = options.env || 'development';
|
||||
|
|
Loading…
Reference in New Issue