Skip to content

Commit e5d5b4b

Browse files
Disable conflicting import sort rule (codse#81)
1 parent 890de04 commit e5d5b4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"typescript.preferences.importModuleSpecifierEnding": "minimal",
88
"typescript.preferences.quoteStyle": "double",
99
"editor.codeActionsOnSave": {
10-
"source.fixAll": "explicit"
10+
"source.fixAll": "explicit",
11+
"source.organizeImports": "never"
1112
},
1213
"editor.formatOnSave": true
1314
}

0 commit comments

Comments
 (0)