TSLint fix

This commit is contained in:
2017-10-01 01:57:09 +02:00
parent 60f839f698
commit 95438ec7a0

View File

@@ -27,7 +27,7 @@
"no-arg": true,
"no-bitwise": true,
"no-console": [
true,
false,
"debug",
"info",
"time",
@@ -40,7 +40,6 @@
"no-duplicate-variable": true,
"no-empty": false,
"no-eval": true,
"no-inferrable-types": true,
"no-shadowed-variable": true,
"no-string-literal": false,
"no-switch-case-fall-through": true,