We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@trivago/prettier-plugin-sort-imports
1 parent 3df1833 commit c6cfe5dCopy full SHA for c6cfe5d
.prettierrc.json
@@ -0,0 +1,6 @@
1
+{
2
+ "tabWidth": 2,
3
+ "importOrder": ["<THIRD_PARTY_MODULES>", "^[./]"],
4
+ "importOrderSeparation": true,
5
+ "importOrderSortSpecifiers": true
6
+}
0 commit comments