mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
14 lines
248 B
JSON
14 lines
248 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"[typescript]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
},
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
}
|
|
}
|
|
}
|