diff options
author | Brinda Santh Muthuramalingam <brindasanth@in.ibm.com> | 2019-12-30 14:42:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-30 14:42:59 +0000 |
commit | 86c2b15ff80c824806c0947299f2cb9576b8f396 (patch) | |
tree | 2c25903c7d7e52fd2c6857f8385f1ba08a6cb1b1 /cds-ui/designer-client/tslint.json | |
parent | c66d0094f624dcf97e08a5fc9a2a5e01c90bb772 (diff) | |
parent | 11a93717a4292c30c71de950fb39637f9c8efd17 (diff) |
Merge "add package creation component and fixing designer compilation and linting"
Diffstat (limited to 'cds-ui/designer-client/tslint.json')
-rw-r--r-- | cds-ui/designer-client/tslint.json | 9 |
1 files changed, 7 insertions, 2 deletions
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" + ] + } +} |