settings.json 707 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "editor.codeActionsOnSave": {
  3. "source.fixAll": "explicit",
  4. "source.organizeImports": "explicit",
  5. "source.fixAll.eslint": "explicit",
  6. "source.fixAll.prettier": "explicit"
  7. },
  8. "editor.formatOnSave": true,
  9. "editor.defaultFormatter": "esbenp.prettier-vscode",
  10. "css.customData": [".vscode/tailwind.json"],
  11. "files.exclude": {
  12. "**/*.spec.ts": true
  13. },
  14. "typescript.tsdk": "node_modules\\typescript\\lib",
  15. "cSpell.words": [
  16. "anticon",
  17. "confirmnewpassword",
  18. "fangzheng",
  19. "fangzhengzhongyi",
  20. "maxlength",
  21. "mult",
  22. "newpassword",
  23. "optiona",
  24. "optionb",
  25. "optionc",
  26. "optiond",
  27. "parentid",
  28. "tabset",
  29. "userid",
  30. "Zhongyi"
  31. ]
  32. }