Skip to content

Commit

Permalink
feat: add react to order import
Browse files Browse the repository at this point in the history
  • Loading branch information
gutyerrez committed Sep 12, 2024
1 parent 9fdc36b commit eee65b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 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/',
'/^react/',
[
'/^next/'
],
[
'/^i18next/',
'/^i18next-fs-backend/'
Expand Down Expand Up @@ -173,7 +177,8 @@ export default [
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/data\\//',
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/models\\//',
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/entity\\//',
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/entities\\//'
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/entities\\//',
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/schemas\\//'
],
[
'/^@[^/]+\\/[^/]+(?:\\/[^/]+)?\\/cache\\//',
Expand Down

0 comments on commit eee65b9

Please sign in to comment.