Skip to content

Commit 2fd35b4

Browse files
committed
Ensure that import ordering sorts types from @/
1 parent 36e6816 commit 2fd35b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
"pattern": "@/**",
6262
"group": "internal"
6363
}
64+
],
65+
"pathGroupsExcludedImportTypes": [
66+
"type"
6467
]
6568
}
6669
],

0 commit comments

Comments
 (0)