diff options
Diffstat (limited to 'cds-ui/designer-client/tslint.json')
-rw-r--r-- | cds-ui/designer-client/tslint.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cds-ui/designer-client/tslint.json b/cds-ui/designer-client/tslint.json index f85fc68d9..d3dd2da59 100644 --- a/cds-ui/designer-client/tslint.json +++ b/cds-ui/designer-client/tslint.json @@ -71,6 +71,7 @@ true, "single" ], + "no-string-literal": false, "trailing-comma": false, "no-conflicting-lifecycle": true, "no-host-metadata-property": true, @@ -88,4 +89,4 @@ "rulesDirectory": [ "codelyzer" ] -} +}
\ No newline at end of file |