UNPKG
topological-sort
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
Topological sort
github.com/1999/topological-sort
1999/topological-sort
topological-sort
/
tslint.json
11 lines
(10 loc)
•
230 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"tslint:recommended"
,
"rules"
:
{
"indent"
:
[
true
,
"spaces"
,
2
]
,
"member-access"
:
[
true
,
"no-public"
]
,
"only-arrow-functions"
:
false
,
"quotemark"
:
[
true
,
"single"
]
,
"switch-default"
:
true
}
}