UNPKG
web-portals
Version:
latest (0.0.1)
0.0.1
web-portals
web-portals
/
tslint.json
10 lines
(9 loc)
•
193 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"tslint-config-standard"
,
"rules"
:
{
"semicolon"
:
false
,
"no-floating-promises"
:
false
,
"no-unused-variable"
:
true
,
"one-variable-per-declaration"
:
false
}
}