mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[vscode] update settings for v1.85
See https://code.visualstudio.com/updates/v1_85#_code-actions-on-save-and-auto
This commit is contained in:
Vendored
+2
-7
@@ -1,13 +1,8 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"[typescript]": {
|
||||
"[typescript][typescriptreact]": {
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true
|
||||
},
|
||||
},
|
||||
"[typescriptreact]": {
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true
|
||||
"source.organizeImports": "explicit"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user