Fix missing configuration for `ng lint` command 15/133215/2
authoreschcam <cameron.scholes@est.tech>
Thu, 9 Feb 2023 12:23:23 +0000 (12:23 +0000)
committerMichael Morris <michael.morris@est.tech>
Tue, 14 Feb 2023 16:28:32 +0000 (16:28 +0000)
Issue-ID: SDC-4380
Signed-off-by: eschcam <cameron.scholes@est.tech>
Change-Id: Iebf457fae583141dbbe9d23ac38d092f3a5dfd54

catalog-ui/angular-cli.json

index a19145f..9ec0554 100644 (file)
       "inlineStyle": false,
       "inlineTemplate": false
     }
-  }
+  },
+  "lint": [
+    {
+      "files": "src/**/*.ts",
+      "project": "src/tsconfig.json"
+    },
+    {
+      "files": "e2e/**/*.ts",
+      "project": "e2e/tsconfig.json"
+    }
+  ]
 }