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.prod.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
"debug",
21
"info",
22
"time",
23
"timeEnd",
24
"trace"
25
],
26
"no-construct": true,
27
"no-debugger": true,
28
"no-duplicate-variable": true,
29
"no-empty": false,
30
"no-eval": true,
31
"no-string-literal": false,
32
"no-trailing-whitespace": true,
33
"no-use-before-declare": true,
34
"one-line": [
35
true,
36
"check-open-brace",
37
"check-catch",
38
"check-else",
39
"check-whitespace"
40
],
41
"radix": true,
42
"semicolon": true,
43
"triple-equals": [
44
true,
45
"allow-null-check"
46
],
47
"variable-name": false,
48
"whitespace": [
49
true,
50
"check-branch",
51
"check-decl",
52
"check-operator",
53
"check-separator"
54
]
55
}
56
}