From c71172abd498b048c2518677eb21b9efac88f2d0 Mon Sep 17 00:00:00 2001 From: bnymncoskuner Date: Tue, 5 Oct 2021 09:18:59 +0300 Subject: [PATCH] fix: linting errors when importing from config --- npm/ng-packs/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/ng-packs/.eslintrc.json b/npm/ng-packs/.eslintrc.json index 34bef07100..87fe5b1589 100644 --- a/npm/ng-packs/.eslintrc.json +++ b/npm/ng-packs/.eslintrc.json @@ -10,7 +10,7 @@ "error", { "enforceBuildableLibDependency": true, - "allow": ["@abp/**/proxy"], + "allow": ["@abp/**/proxy", "@abp/**/config"], "depConstraints": [ { "sourceTag": "*",