Next.js template
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 188B

12345678
  1. {
  2. "editor.defaultFormatter": "esbenp.prettier-vscode",
  3. "editor.formatOnSave": true,
  4. "editor.codeActionsOnSave": {
  5. "source.fixAll": true,
  6. "source.organizeImports": true
  7. }
  8. }