Skip to content

Commit ece95aa

Browse files
fix(deps): migrate to @trivago/prettier-plugin-sort-imports v6
1 parent da2aef0 commit ece95aa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.prettierrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"importOrder": ["^~", "^[.]"],
2+
"$schema": "https://json.schemastore.org/prettierrc",
3+
"importOrder": ["<BUILTIN_MODULES>", "<THIRD_PARTY_MODULES>", "^~", "^[.]"],
34
"importOrderSeparation": true,
45
"importOrderSortSpecifiers": true,
56
"jsonRecursiveSort": true,

0 commit comments

Comments
 (0)