mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
fixed lint in config helper
This commit is contained in:
parent
09d1ea2970
commit
d354aff19f
@ -2,7 +2,7 @@ import Config from '../models/Config'
|
||||
import fs from 'fs'
|
||||
import { homedir } from 'os'
|
||||
// eslint-disable-next-line import/no-named-default
|
||||
import { default as DefaultContractsAddresses } from '../data/address.json' //temporary untill we can get them from the contract arficats
|
||||
import { default as DefaultContractsAddresses } from '../data/address.json' // temporary untill we can get them from the contract arficats
|
||||
import Logger from './Logger'
|
||||
|
||||
export interface ConfigHelperConfig extends Config {
|
||||
|
Loading…
x
Reference in New Issue
Block a user