From d383c7e9b693c4e001e9f5af9ca86d0df92a8412 Mon Sep 17 00:00:00 2001 From: eschcam Date: Thu, 9 Feb 2023 12:23:23 +0000 Subject: [PATCH] Fix missing configuration for `ng lint` command Issue-ID: SDC-4380 Signed-off-by: eschcam Change-Id: Iebf457fae583141dbbe9d23ac38d092f3a5dfd54 --- catalog-ui/angular-cli.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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" + } + ] } -- 2.16.6