UNPKG
gitiumiota
Version:
latest (1.0.0-alpha.1)
1.0.0-alpha.1
IOTA Client Reference Implementation
github.com/iotaledger/iota.lib.js
iotaledger/iota.lib.js
gitiumiota
/
tslint.json
13 lines
(12 loc)
•
340 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
[
"tslint:latest"
,
"tslint-config-prettier"
]
,
"rules"
:
{
"interface-name"
:
false
,
"jsdoc-format"
:
false
,
"no-bitwise"
:
false
,
"no-unused-variable"
:
true
,
"object-literal-sort-keys"
:
false
,
"prefer-for-of"
:
false
,
"no-implicit-dependencies"
:
[
false
,
"dev"
]
}
}