Browse Source

fix: linting errors when importing from config

pull/10225/head
bnymncoskuner 4 years ago
parent
commit
c71172abd4
  1. 2
      npm/ng-packs/.eslintrc.json

2
npm/ng-packs/.eslintrc.json

@ -10,7 +10,7 @@
"error", "error",
{ {
"enforceBuildableLibDependency": true, "enforceBuildableLibDependency": true,
"allow": ["@abp/**/proxy"], "allow": ["@abp/**/proxy", "@abp/**/config"],
"depConstraints": [ "depConstraints": [
{ {
"sourceTag": "*", "sourceTag": "*",

Loading…
Cancel
Save