summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/tslint.json
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2021-01-19 04:17:52 +0000
committerGerrit Code Review <gerrit@onap.org>2021-01-19 04:17:52 +0000
commit6281b63c9b417e3bf8826d9c2a61e8f3781f3d71 (patch)
tree0931d61b4eba42ac403b8d6c1d363a09f3403a0d /cds-ui/designer-client/tslint.json
parentfc5fa67b192b25a6507212cf1b3082134c6cb2a6 (diff)
parent529d7205b6b3cc36abe4dd2fb507e3c10bb38a79 (diff)
Merge "Remove save button from function Attributes tab"
Diffstat (limited to 'cds-ui/designer-client/tslint.json')
-rw-r--r--cds-ui/designer-client/tslint.json3
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