settings.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "prettier.enable": false,
  3. "editor.formatOnSave": false,
  4. "editor.codeActionsOnSave": {
  5. "source.fixAll.eslint": "explicit"
  6. },
  7. "eslint.validate": [
  8. "javascript",
  9. "javascriptreact",
  10. "typescript",
  11. "typescriptreact",
  12. "vue",
  13. "html",
  14. "json",
  15. "jsonc",
  16. "json5",
  17. "yaml",
  18. "yml",
  19. "markdown"
  20. ],
  21. "cSpell.words": [
  22. "antfu",
  23. "axios",
  24. "bumpp",
  25. "chatgpt",
  26. "chenzhaoyu",
  27. "commitlint",
  28. "davinci",
  29. "dockerhub",
  30. "esno",
  31. "GPTAPI",
  32. "highlightjs",
  33. "hljs",
  34. "iconify",
  35. "katex",
  36. "katexmath",
  37. "linkify",
  38. "logprobs",
  39. "mdhljs",
  40. "mila",
  41. "nodata",
  42. "OPENAI",
  43. "pinia",
  44. "Popconfirm",
  45. "rushstack",
  46. "Sider",
  47. "tailwindcss",
  48. "traptitech",
  49. "tsup",
  50. "Typecheck",
  51. "unplugin",
  52. "VITE",
  53. "vueuse",
  54. "Zhao"
  55. ],
  56. "i18n-ally.enabledParsers": [
  57. "ts"
  58. ],
  59. "i18n-ally.sortKeys": true,
  60. "i18n-ally.keepFulfilled": true,
  61. "i18n-ally.localesPaths": [
  62. "src/locales"
  63. ],
  64. "i18n-ally.keystyle": "nested"
  65. }