From b2c3714f14a0e8b5d78be01f9d6d1e8c4d81307d Mon Sep 17 00:00:00 2001 From: Umanskiy Aleksey Date: Mon, 9 Dec 2024 16:06:14 +0200 Subject: [PATCH] fix(workflow): fixing build --- libs/common-docs/.eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/common-docs/.eslintrc.json b/libs/common-docs/.eslintrc.json index 606fd346f4..5090541317 100644 --- a/libs/common-docs/.eslintrc.json +++ b/libs/common-docs/.eslintrc.json @@ -35,6 +35,9 @@ "prefix": "ngx-bootstrap-base", "style": "kebab-case" } + ], + "@angular-eslint/prefer-standalone": [ + "off" ] } },