UNPKG
diamante-js-xdr
Version:
latest (1.0.1)
1.0.1
Read/write XDR encoded data structures (RFC 4506)
github.com/diamcircle/js-xdr
diamcircle/js-xdr
diamante-js-xdr
/
test
/
.eslintrc.js
17 lines
(16 loc)
•
221 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:
{
XDR:
true
,
chai:
true
,
sinon:
true
,
expect:
true
,
stub:
true
,
spy:
true
},
rules:
{
'no-unused-vars':
0
} }
;