summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/designer-client/tslint.json')
-rw-r--r--cds-ui/designer-client/tslint.json9
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"
+ ]
+ }
+}