mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 09:24:54 +10:00
12 lines
200 B
JSON
12 lines
200 B
JSON
{
|
|
"files.associations": {
|
|
"*.js": "javascriptreact"
|
|
},
|
|
"[javascriptreact]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true,
|
|
"source.fixAll": true
|
|
}
|
|
}
|
|
}
|