Skip to content

Commit e8ff7a7

Browse files
committed
updated tslint.json
1 parent a23dfb9 commit e8ff7a7

1 file changed

Lines changed: 8 additions & 52 deletions

File tree

tslint.json

Lines changed: 8 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,13 @@
11
{
22
"rules": {
3-
"class-name": true,
4-
"comment-format": [
5-
true,
6-
"check-space"
7-
],
8-
"indent": [
9-
true,
10-
"spaces"
11-
],
3+
"no-unused-expression": true,
4+
"no-unreachable": true,
125
"no-duplicate-variable": true,
13-
"no-eval": true,
14-
"no-internal-module": true,
15-
"no-trailing-whitespace": true,
16-
"no-var-keyword": true,
17-
"one-line": [
18-
true,
19-
"check-open-brace",
20-
"check-whitespace"
21-
],
22-
"quotemark": [
23-
true,
24-
"single"
25-
],
26-
"semicolon": [
27-
true,
28-
"always"
29-
],
30-
"triple-equals": [
31-
true,
32-
"allow-null-check"
33-
],
34-
"typedef-whitespace": [
35-
true,
36-
{
37-
"call-signature": "nospace",
38-
"index-signature": "nospace",
39-
"parameter": "nospace",
40-
"property-declaration": "nospace",
41-
"variable-declaration": "nospace"
42-
}
43-
],
44-
"variable-name": [
45-
true,
46-
"ban-keywords"
47-
],
48-
"whitespace": [
49-
true,
50-
"check-branch",
51-
"check-decl",
52-
"check-operator",
53-
"check-separator",
54-
"check-type"
55-
]
6+
"no-duplicate-key": true,
7+
"no-unused-variable": true,
8+
"curly": true,
9+
"class-name": true,
10+
"semicolon": true,
11+
"triple-equals": true
5612
}
5713
}

0 commit comments

Comments
 (0)