From b1d3fed0b2a9833cae82b6c7b6f8473ce2aeef25 Mon Sep 17 00:00:00 2001 From: David LJ Date: Mon, 18 Nov 2024 12:11:07 +0100 Subject: [PATCH] chore: restore angular.json to reduce diff --- angular.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/angular.json b/angular.json index 5b0186a2..bdafe155 100644 --- a/angular.json +++ b/angular.json @@ -54,9 +54,6 @@ "environment": "all" }, "packageManager": "pnpm", - "schematicCollections": [ - "@angular-eslint/schematics", - "@angular-eslint/schematics" - ] + "schematicCollections": ["@angular-eslint/schematics"] } }