Skip to content

Commit

Permalink
prettier for imports
Browse files Browse the repository at this point in the history
Update .prettierrc.json
  • Loading branch information
jerempy committed Oct 16, 2023
1 parent d02bedd commit 57f5f1f
Show file tree
Hide file tree
Showing 3 changed files with 452 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
{
"singleQuote": true
}
"singleQuote": true,
"plugins": [
"@trivago/prettier-plugin-sort-imports"
],
"importOrder": [
"^@tbd54566975/(.*)$",
"<THIRD_PARTY_MODULES>",
"^./lib/(.*)$",
"^[./]"
],
"importOrderCaseInsensitive": true,
"importOrderSeparation": true
}
Loading

0 comments on commit 57f5f1f

Please sign in to comment.