From 7e24f463a1cbcb500ed3a6f3265513f56a7e5e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Farkas?= Date: Wed, 14 Sep 2016 22:49:56 +0200 Subject: [PATCH] Disable no-string-literal tslint rule --- tslint.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tslint.json b/tslint.json index ee646f4c..9db6ce58 100644 --- a/tslint.json +++ b/tslint.json @@ -16,7 +16,6 @@ "no-eval": true, "no-null-keyword": true, "no-shadowed-variable": true, - "no-string-literal": true, "no-switch-case-fall-through": true, "no-unreachable": true, "no-unused-expression": true, @@ -106,4 +105,4 @@ "check-type" ] } -} \ No newline at end of file +}