fix tslint.json

This commit is contained in:
Joao Moreno 2016-09-05 15:17:01 +02:00
parent 6da968fd33
commit 9d3ac32d1a

View file

@ -1,13 +1,12 @@
{
"rules": {
"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,
"semicolon": ["always"],
"triple-equals": true,
"no-unexternalized-strings": [
true,