Skip to content

Commit

Permalink
chore: change import order
Browse files Browse the repository at this point in the history
  • Loading branch information
gutyerrez committed Oct 23, 2024
1 parent 8a9e567 commit b3fd262
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ export default [
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/database\\//',
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/storage\\//',
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/storage\\//repositories\\/(interfaces|implementations)/',
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/storages\\//',
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/storages\\//repositories\\/(interfaces|implementations)/',
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/providers\\/(interfaces|implementations)/'
],
[
Expand All @@ -211,9 +213,15 @@ export default [
[
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/cache\\//',
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/cache\\/(interfaces|implementations)/',
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/caches\\//',
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/caches\\/(interfaces|implementations)/',
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/queues\\//',
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/queues\\/(interfaces|implementations|bull|redis|memory|common)/'
],
[
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/messages\\//',
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/messages\\/(interfaces|implementations)/'
],
[
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/dtos\\//',
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/repositories\\/(interfaces|implementations)/'
Expand Down

0 comments on commit b3fd262

Please sign in to comment.