settings.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "i18n-ally.localesPaths": ["src/locales/lang"],
  3. "i18n-ally.keystyle": "nested",
  4. "i18n-ally.sortKeys": true,
  5. "i18n-ally.namespace": true,
  6. "i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
  7. "i18n-ally.enabledParsers": ["ts"],
  8. "i18n-ally.sourceLanguage": "zh",
  9. "i18n-ally.displayLanguage": "zh",
  10. "i18n-ally.enabledFrameworks": ["vue", "react"],
  11. "[vue]": {
  12. "editor.codeActionsOnSave": {
  13. "source.fixAll.eslint": false
  14. },
  15. "editor.defaultFormatter": "esbenp.prettier-vscode"
  16. },
  17. "editor.codeActionsOnSave": {
  18. "source.fixAll.eslint": true
  19. },
  20. "cSpell.words": [
  21. "nocheck",
  22. "windi",
  23. "browserslist",
  24. "tailwindcss",
  25. "esnext",
  26. "antv",
  27. "tinymce",
  28. "qrcode",
  29. "sider",
  30. "pinia",
  31. "sider",
  32. "nprogress",
  33. "INTLIFY",
  34. "stylelint",
  35. "esno",
  36. "vitejs",
  37. "sortablejs",
  38. "mockjs",
  39. "codemirror",
  40. "iconify",
  41. "commitlint",
  42. "vditor",
  43. "echarts",
  44. "cropperjs",
  45. "logicflow",
  46. "vueuse",
  47. "zxcvbn",
  48. "lintstagedrc",
  49. "brotli",
  50. "tailwindcss",
  51. "sider"
  52. ]
  53. }