UNPKG
@fogwarts/tslint
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
A tslint configuration to rule them all!
gitlab.com/agaman/fogwarts-tslint
@fogwarts/tslint
/
tslint.json
11 lines
(10 loc)
•
291 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"node-tslint-rules/tslint.json"
,
"rules"
:
{
"no-undef"
:
false
,
"cyclomatic-complexity"
:
[
true
,
6
]
,
"max-file-line-count"
:
[
true
,
300
]
,
"newline-per-chained-call"
:
false
,
"interface-name"
:
[
true
,
"always-prefix"
]
}
}