Skip to content

Commit

Permalink
allow imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-rosianu committed Dec 18, 2024
1 parent e7ee68c commit b88d395
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ module.exports = {
{
from: 'libs/common',
allow: ['libs/entities']
},
{
from: 'libs/entities',
allow: ['libs/common']
}
]
}],
Expand Down

0 comments on commit b88d395

Please sign in to comment.