mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
14 lines
234 B
JSON
14 lines
234 B
JSON
{
|
|
"files.associations": {
|
|
"*.js": "javascriptreact"
|
|
},
|
|
"[javascriptreact]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
}
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": true
|
|
}
|
|
}
|