From 11a93717a4292c30c71de950fb39637f9c8efd17 Mon Sep 17 00:00:00 2001 From: shaaban Altanany Date: Wed, 25 Dec 2019 11:13:46 +0200 Subject: add package creation component and fixing designer compilation and linting Issue-ID: CCSDK-2014 Issue-ID: CCSDK-1780 Signed-off-by: shaaban Altanany Change-Id: I65e02ba498516edb27eefd2448d50a61779cc22c --- cds-ui/designer-client/tslint.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (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 c8d70f152..ecbd7cf88 100644 --- a/cds-ui/designer-client/tslint.json +++ b/cds-ui/designer-client/tslint.json @@ -87,5 +87,10 @@ }, "rulesDirectory": [ "codelyzer" - ] -} \ No newline at end of file + ], + "linterOptions": { + "exclude": [ + "src/app/modules/feature-modules/packages/designer/designer.component.ts" + ] + } +} -- cgit 1.2.3-korg