UNPKG
@alipiry/tite-cli
Version:
latest (1.4.5)
1.4.5
1.4.4
1.4.3
1.4.2
NodeJS CLI Time & Date getter
github.com/alipiry/tite-cli
alipiry/tite-cli
@alipiry/tite-cli
/
tslint.json
14 lines
(13 loc)
•
292 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"extends"
:
"tslint-config-standard"
,
"rules"
:
{
"semicolon"
:
[
true
,
"always"
]
,
"indent"
:
[
true
,
"spaces"
]
,
"ter-indent"
:
[
true
,
2
]
,
"space-before-function-paren"
:
[
"error"
,
{
"anonymous"
:
"always"
,
"named"
:
"never"
,
"asyncArrow"
:
"ignore"
}
]
}
}