Skip to content

Commit 168490a

Browse files
author
borysn
committed
update tslint.json
1 parent 2226346 commit 168490a

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

frontend/tslint.json

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"curly": false,
3838
"forin": true,
3939
"label-position": true,
40-
"label-undefined": true,
4140
"no-arg": true,
4241
"no-bitwise": true,
4342
"no-conditional-assignment": true,
@@ -51,17 +50,14 @@
5150
],
5251
"no-construct": true,
5352
"no-debugger": true,
54-
"no-duplicate-key": true,
5553
"no-duplicate-variable": true,
5654
"no-empty": false,
5755
"no-eval": true,
5856
"no-null-keyword": false,
5957
"no-shadowed-variable": true,
6058
"no-string-literal": false,
6159
"no-switch-case-fall-through": true,
62-
"no-unreachable": true,
6360
"no-unused-expression": true,
64-
"no-unused-variable": false,
6561
"no-use-before-declare": true,
6662
"no-var-keyword": true,
6763
"radix": true,
@@ -70,19 +66,14 @@
7066
true,
7167
"allow-null-check"
7268
],
73-
"use-strict": [
74-
true,
75-
"check-module"
76-
],
77-
7869
"eofline": true,
7970
"indent": [
8071
true,
8172
"spaces"
8273
],
8374
"max-line-length": [
8475
true,
85-
100
76+
120
8677
],
8778
"no-require-imports": false,
8879
"no-trailing-whitespace": true,
@@ -104,9 +95,8 @@
10495
"interface-name": false,
10596
"jsdoc-format": true,
10697
"no-consecutive-blank-lines": false,
107-
"no-constructor-vars": false,
10898
"one-line": [
109-
true,
99+
false,
110100
"check-open-brace",
111101
"check-catch",
112102
"check-else",
@@ -132,7 +122,6 @@
132122
"check-operator",
133123
"check-separator",
134124
"check-type"
135-
],
136-
"import-destructuring-spacing": true
125+
]
137126
}
138-
}
127+
}

0 commit comments

Comments
 (0)