You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings.json 274B

1234567891011
  1. {
  2. "editor.defaultFormatter": "esbenp.prettier-vscode",
  3. "editor.formatOnSave": true,
  4. "editor.codeActionsOnSave": {
  5. "source.fixAll": true,
  6. "source.organizeImports": true
  7. },
  8. "[javascriptreact]": {
  9. "editor.defaultFormatter": "esbenp.prettier-vscode"
  10. }
  11. }