Skip to content

Commit

Permalink
fix: new lines between incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
gutyerrez committed Aug 26, 2024
1 parent 952f74c commit 6b90be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default [
'import-helpers/order-imports': [
'error',
{
newlinesBetween: 'always',
newlinesBetween: 'always-and-inside-groups',
groups: [
'/^reflect-metadata/',
'/^@nestjs/',
Expand Down

0 comments on commit 6b90be7

Please sign in to comment.