Skip to content

Commit 9dd2c77

Browse files
authored
chore: replace deprecated experimentalSortImports with sortImports (#886)
<img width="714" height="132" alt="Screenshot 2026-03-14 at 10 02 18 AM" src="https://github.com/user-attachments/assets/4ccc3d4c-667d-49ba-99a6-63cfbeb5efa5" />
1 parent ae74061 commit 9dd2c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default defineConfig({
8181
singleQuote: true,
8282
semi: true,
8383
experimentalSortPackageJson: true,
84-
experimentalSortImports: {
84+
sortImports: {
8585
groups: [
8686
['type-import'],
8787
['type-builtin', 'value-builtin'],

0 commit comments

Comments
 (0)