From 529d7205b6b3cc36abe4dd2fb507e3c10bb38a79 Mon Sep 17 00:00:00 2001 From: Ahmedeldeeb50 Date: Sun, 17 Jan 2021 17:23:59 +0200 Subject: Remove save button from function Attributes tab Issue-ID: CCSDK-3088 Signed-off-by: Ahmedeldeeb50 Change-Id: I009b2b12826286e017a5f3dcad00b30350bf1a6f --- cds-ui/designer-client/tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cds-ui/designer-client/tslint.json') 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 -- cgit 1.2.3-korg