Skip to content

Commit

Permalink
Add blank lines between import groups
Browse files Browse the repository at this point in the history
  • Loading branch information
gf-rog committed May 16, 2024
1 parent c25cce2 commit 8ce797c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"semi": true,
"bracketSpacing": true,
"quoteProps": "preserve",
plugins: ["@ianvs/prettier-plugin-sort-imports"]
"plugins": ["@ianvs/prettier-plugin-sort-imports"],
"importOrder": ["<BUILTIN_MODULES>", "", "<THIRD_PARTY_MODULES>", "", "^[.]"]
}

0 comments on commit 8ce797c

Please sign in to comment.