UNPKG
kucoin-websocket-api
Version:
latest (0.2.3)
0.2.3
0.2.2
0.1.2
0.1.1
0.1.0
Websocket API for Kucoin
github.com/valamidev/kucoin-websocket-api
valamidev/kucoin-websocket-api
kucoin-websocket-api
/
.eslintrc.json
16 lines
•
297 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"env"
:
{
"node"
:
true
,
"commonjs"
:
true
,
"es6"
:
true
}
,
"extends"
:
"eslint:recommended"
,
"globals"
:
{
"Atomics"
:
"readonly"
,
"SharedArrayBuffer"
:
"readonly"
}
,
"parserOptions"
:
{
"ecmaVersion"
:
2018
}
,
"rules"
:
{
}
}