UNPKG

hc-sdk

Version:

hc-sdk is a library for working with the HuaChain Horizon server.

17 lines (16 loc) 228 B
module.exports = { env: { mocha: true }, globals: { StellarSdk: true, axios: true, chai: true, sinon: true, expect: true, HorizonAxiosClient: true }, rules: { 'no-unused-vars': 0 } };