Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 30c16f6

Browse files
committed
Added @trivago/prettier-plugin-sort-imports.
1 parent 8a0d1a7 commit 30c16f6

File tree

3 files changed

+1568
-5
lines changed

3 files changed

+1568
-5
lines changed

.prettierrc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"tabWidth": 2,
3+
"importOrder": ["<THIRD_PARTY_MODULES>", "^[./]"],
4+
"importOrderSeparation": true,
5+
"importOrderSortSpecifiers": true
6+
}

0 commit comments

Comments
 (0)