fix linting

This commit is contained in:
Jonathan Rainville 2018-06-18 16:04:05 -04:00
parent bf0cd2866c
commit a6dc2f5a91
4 changed files with 17 additions and 7 deletions

View File

@ -3,4 +3,4 @@ module.exports = {
available_providers: ["ens"],
provider: "ens"
}
}
};

View File

@ -9,7 +9,12 @@ module.exports = {
port: 5001
},
dappConnection: [
{provider: "ipfs", host: "localhost", port: 5001, getUrl: "http://localhost:8080/ipfs/"}
{
provider: "ipfs",
host: "localhost",
port: 5001,
getUrl: "http://localhost:8080/ipfs/"
}
]
},
development: {
@ -21,4 +26,4 @@ module.exports = {
getUrl: "http://localhost:8080/ipfs/"
}
}
}
};

View File

@ -3,4 +3,4 @@ module.exports = {
available_providers: ["ens"],
provider: "ens"
}
}
};

View File

@ -9,7 +9,12 @@ module.exports = {
port: 5001
},
dappConnection: [
{provider: "ipfs", host: "localhost", port: 5001, getUrl: "http://localhost:8080/ipfs/"}
{
provider:"ipfs",
host: "localhost",
port: 5001,
getUrl: "http://localhost:8080/ipfs/"
}
]
},
development: {
@ -21,4 +26,4 @@ module.exports = {
getUrl: "http://localhost:8080/ipfs/"
}
}
}
};