UNPKG
insight-previous-tcr
Version:
latest (8.5.7)
8.5.7
A blockchain explorer for Bitcore
github.com/bitpay/bitcore
bitpay/bitcore
insight-previous-tcr
/
tslint.json
9 lines
(8 loc)
•
243 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
[
"tslint:latest"
,
"tslint-angular"
,
"tslint-config-prettier"
]
,
"rules"
:
{
"no-submodule-imports"
:
false
,
"interface-name"
:
[
true
,
"never-prefix"
]
,
"component-class-suffix"
:
[
true
,
"Component"
,
"Page"
,
"App"
]
}
}