diff --git a/tslint.json b/tslint.json index 0e4d927ce2500d8e4bdf33de3574cdbafa8e4716..98135425d75ca36b4be6b5fa4608c3825ac02d77 100644 --- a/tslint.json +++ b/tslint.json @@ -8,15 +8,6 @@ "curly": true, "class-name": true, "semicolon": true, - "no-unnecessary-semicolons": true, - "triple-equals": true, - "no-duplicate-case": true, - "no-unexternalized-strings": [ - true, - { - "signatures": ["localize", "nls.localize"], - "messageIndex": 1 - } - ] + "triple-equals": true } } \ No newline at end of file