1
0
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:
Bogdan Fazakas 2021-10-21 11:53:44 +03:00
parent 09d1ea2970
commit d354aff19f

View File

@ -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 {