commit | ee655a1d6c301f53372de6f5b7686f814ecae01a | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Dec 19 15:38:43 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Dec 20 13:17:56 2016 -0800 |
tree | 58817fe0a85b07b2dc2bdfec6b9d7ff3c0d5163a | |
parent | e0d71ea78d5f7dd6662946d0539af451da6c6c83 [diff] [blame] |
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,