Add no-string-throw to TSLint

This commit is contained in:
Felix Becker 2017-06-20 17:13:39 +02:00
parent 8427f84973
commit 91d8f34d7f

View file

@ -3,6 +3,7 @@
"build/lib/tslint"
],
"rules": {
"no-string-throw": true,
"no-unused-expression": true,
"no-duplicate-variable": true,
"no-unused-variable": true,