Skip to content

Commit

Permalink
feat: add more group to order import rule
Browse files Browse the repository at this point in the history
  • Loading branch information
gutyerrez committed Aug 27, 2024
1 parent c7cee87 commit ff8b858
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ export default [
newlinesBetween: 'always',
groups: [
'/^reflect-metadata/',
[
'/^i18next/',
'/^i18next-fs-backend/'
],
'/^@nestjs/',
'/^class-transformer/',
'/^class-validator/',
Expand Down Expand Up @@ -185,6 +189,7 @@ export default [
'/^@[^/]+\\/[^/]+\\/exceptions\\//'
],
[
'/^@prisma/client/',
'parent',
'sibling',
'index'
Expand Down

0 comments on commit ff8b858

Please sign in to comment.