aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/angular-cli.json
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/angular-cli.json')
-rw-r--r--catalog-ui/angular-cli.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/catalog-ui/angular-cli.json b/catalog-ui/angular-cli.json
index a19145fe12..9ec055449f 100644
--- a/catalog-ui/angular-cli.json
+++ b/catalog-ui/angular-cli.json
@@ -49,5 +49,15 @@
"inlineStyle": false,
"inlineTemplate": false
}
- }
+ },
+ "lint": [
+ {
+ "files": "src/**/*.ts",
+ "project": "src/tsconfig.json"
+ },
+ {
+ "files": "e2e/**/*.ts",
+ "project": "e2e/tsconfig.json"
+ }
+ ]
}