diff --git a/tslint.json b/tslint.json index 24fe5437d79b57126e779dea2aa4d05dad5d2fa1..0e4d927ce2500d8e4bdf33de3574cdbafa8e4716 100644 --- a/tslint.json +++ b/tslint.json @@ -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, {