Skip to content

Commit

Permalink
add: import fmt conf
Browse files Browse the repository at this point in the history
  • Loading branch information
toririm committed Sep 8, 2024
1 parent 8c81b10 commit 68e9027
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,30 @@
"plugins": [
"prettier-plugin-tailwindcss",
"@ianvs/prettier-plugin-sort-imports"
],
"importOrder": [
"<BUILTIN_MODULES>",
"",
"<THIRD_PARTY_MODULES>",
"",
"^[~]",
"",
"^[.]"
],
"overrides": [
{
"files": "**/*.test.ts",
"options": {
"importOrder": [
"^vitest",
"",
"<THIRD_PARTY_MODULES>",
"",
"^[~]",
"",
"^[.]"
]
}
}
]
}

0 comments on commit 68e9027

Please sign in to comment.