UNPKG
hitbtc-connect
Version:
latest (1.0.2-alpha)
1.0.2-alpha
1.0.1-alpha
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
Connector to Hitbtc API
github.com/cryptokupets/hitbtc
cryptokupets/hitbtc
hitbtc-connect
/
tslint.json
14 lines
(13 loc)
•
271 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"defaultSeverity"
:
"error"
,
"extends"
:
[
"tslint:recommended"
]
,
"jsRules"
:
{
}
,
"rules"
:
{
"no-console"
:
false
,
"object-literal-sort-keys"
:
false
,
"arrow-parens"
:
false
,
"trailing-comma"
:
false
,
"no-empty"
:
false
}
,
"rulesDirectory"
:
[
]
}