Update tslint to 4.x.x

Closes #166
This commit is contained in:
Farkas József
2016-12-16 22:13:05 +01:00
parent 4a05f5ee7b
commit 8d4ecb75c7
4 changed files with 3 additions and 9 deletions

View File

@@ -11,18 +11,12 @@
"class-name": true,
"curly": true,
"no-construct": true,
"no-duplicate-key": true,
"no-duplicate-variable": true,
"no-eval": true,
"no-null-keyword": true,
"no-shadowed-variable": true,
"no-switch-case-fall-through": true,
"no-unreachable": true,
"no-unused-expression": true,
"no-unused-variable": [
true,
"check-parameters"
],
"no-use-before-declare": true,
"no-var-keyword": true,
"radix": true,