mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-05 07:27:56 +00:00
9 lines
200 B
JSON
9 lines
200 B
JSON
{
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit",
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
}
|