UNPKG
hc-sdk
Version:
latest (0.0.2)
0.0.2
0.0.1
hc-sdk is a library for working with the HuaChain Horizon server.
42.159.80.103/huachain/js-hc-sdk
hc-sdk
/
test
/
.eslintrc.js
17 lines
(16 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module.exports
=
{
env:
{
mocha:
true
},
globals:
{
StellarSdk:
true
,
axios:
true
,
chai:
true
,
sinon:
true
,
expect:
true
,
HorizonAxiosClient:
true
},
rules:
{
'no-unused-vars':
0
} }
;