⚙ vscode setting - import organize + fix

This commit is contained in:
Philipp Dormann 2020-12-03 20:40:05 +01:00
parent 32edc3c68f
commit 92bafb0cf4
1 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,11 @@
},
"prettier.enable": false,
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
"editor.defaultFormatter": "vscode.typescript-language-features",
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll": true
}
},
"javascript.preferences.quoteStyle": "single",
"javascript.preferences.importModuleSpecifierEnding": "minimal",