Skip to content

Commit

Permalink
Merge pull request #5 from x-spacy/chore/import-helpers/order-imports
Browse files Browse the repository at this point in the history
chore: update import-helpers/order-imports rule
  • Loading branch information
gutyerrez authored Aug 20, 2024
2 parents 11fc458 + 12a9d5c commit fe6d6fa
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,20 @@ export default [
'/^@nestjs/',
'/^class-transformer/',
'/^class-validator/',
'module',
'/^providers/',
'/^storage/',
'/^data/',
'/^dtos/',
'/^exceptions/',
'/^enums/',
[
'module'
],
[
'/^providers/',
'/^storage/',
'/^data/',
'/^models/',
'/^entity/',
'/^entities/',
'/^dtos/',
'/^exceptions/',
'/^enums/'
],
[
'parent',
'sibling',
Expand Down

0 comments on commit fe6d6fa

Please sign in to comment.