Code Review
/
src
/
xds
/
xds-server.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Fix case where ~/.ssh/id_rsa.pub is a softlink
[src/xds/xds-server.git]
/
webapp
/
tslint.json
1
{
2
"rules": {
3
"class-name": true,
4
"curly": true,
5
"eofline": false,
6
"forin": true,
7
"indent": [
8
true,
9
4
10
],
11
"label-position": true,
12
"max-line-length": [
13
true,
14
140
15
],
16
"no-arg": true,
17
"no-bitwise": true,
18
"no-console": [
19
true,
20
"info",
21
"time",
22
"timeEnd",
23
"trace"
24
],
25
"no-construct": true,
26
"no-debugger": true,
27
"no-duplicate-variable": true,
28
"no-empty": false,
29
"no-eval": true,
30
"no-string-literal": false,
31
"no-trailing-whitespace": true,
32
"no-use-before-declare": true,
33
"one-line": [
34
true,
35
"check-open-brace",
36
"check-catch",
37
"check-else",
38
"check-whitespace"
39
],
40
"radix": true,
41
"semicolon": true,
42
"triple-equals": [
43
true,
44
"allow-null-check"
45
],
46
"variable-name": false,
47
"whitespace": [
48
true,
49
"check-branch",
50
"check-decl",
51
"check-operator",
52
"check-separator"
53
]
54
}
55
}