Enabled more tslint rules

This commit is contained in:
Erich Gamma 2016-02-04 16:01:05 +01:00
parent 5e050753e4
commit e5fedee06b

View file

@ -3,6 +3,14 @@
"no-unused-expression": true,
"no-unreachable": true,
"no-duplicate-variable": true,
"no-duplicate-key": true,
"no-unused-variable": true,
"curly": true,
"class-name": true,
"semicolon": true,
"no-unnecessary-semicolons": true,
"triple-equals": true,
"no-duplicate-case": true,
"no-unexternalized-strings": [
true,
{