Enabled more tslint rules

pull/2587/merge
Erich Gamma 2016-02-04 16:01:05 +01:00
parent 5e050753e4
commit e5fedee06b
1 changed files with 8 additions and 0 deletions

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,
{