Skip to content

Commit

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

0 comments on commit f08871f

Please sign in to comment.