settings.json 228 B

123456789101112
  1. {
  2. "editor.formatOnSave": true,
  3. "files.exclude": {
  4. "**/.DS_Store": true,
  5. "**/.git": true,
  6. "**/node_modules": true
  7. },
  8. "prettier.eslintIntegration": true,
  9. "search.exclude": {
  10. "**/node_modules": true
  11. }
  12. }