Skip to content

Commit

Permalink
BC-8373 - fix linter rule
Browse files Browse the repository at this point in the history
  • Loading branch information
bergatco committed Jan 15, 2025
1 parent b343178 commit 3fb085e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,8 @@ module.exports = {
{
patterns: [
{
group: ['@apps/**', '@infra/**', '@modules', '@shared/**'],
group: ['@apps/**', '@infra/**', '@modules/**/*.ts', '@shared/**', '!@modules/**/*.app.module.ts'],
message: 'apps-modules may NOT import from @apps, @infra, @modules or @shared',
allow: ['@modules/**/*.app.module.ts'],
},
],
},
Expand Down

0 comments on commit 3fb085e

Please sign in to comment.