diff options
Diffstat (limited to 'tslint.json')
| -rw-r--r-- | tslint.json | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
