mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-14 07:44:28 +00:00
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…
x
Reference in New Issue
Block a user