Basic form

Change-Id: I7ee858b208730b110b355d3f72037f0975aaa356
diff --git a/tslint.json b/tslint.json
index 32eddba..ed95a35 100644
--- a/tslint.json
+++ b/tslint.json
@@ -39,7 +39,7 @@
     "no-duplicate-variable": true,
     "no-empty": true,
     "no-eval": true,
-    "no-string-literal": true,
+    "no-string-literal": false,
     "no-switch-case-fall-through": true,
     "trailing-comma": true,
     "no-trailing-whitespace": true,