diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-04-03 09:20:59 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-04-03 09:20:59 +0200 |
| commit | 80c33f5303e2c083841933de4338f7e5d15de972 (patch) | |
| tree | aea30c99000290ae590591ecb614dc84e793cdf2 /tslint.json | |
| parent | f7518a4d196ccf9e3ef16829d4129fbb44242726 (diff) | |
Factor out hardcoded SERVER_BASE_URL
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, |
