From 80c33f5303e2c083841933de4338f7e5d15de972 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Mon, 3 Apr 2017 09:20:59 +0200 Subject: Factor out hardcoded SERVER_BASE_URL --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tslint.json') diff --git a/tslint.json b/tslint.json index b2c0ac60..75b8d041 100644 --- a/tslint.json +++ b/tslint.json @@ -32,7 +32,7 @@ "no-eval": true, "no-inferrable-types": true, "no-shadowed-variable": true, - "no-string-literal": true, + "no-string-literal": false, "no-switch-case-fall-through": true, "no-trailing-whitespace": true, "no-unused-expression": true, -- cgit v1.2.3