settings.json 790 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "cSpell.words": ["Element Plus", "element-plus"],
  3. "typescript.tsdk": "node_modules/typescript/lib",
  4. "editor.formatOnSave": true,
  5. "npm.packageManager": "pnpm",
  6. "eslint.probe": [
  7. "javascript",
  8. "javascriptreact",
  9. "typescript",
  10. "typescriptreact",
  11. "html",
  12. "vue",
  13. "markdown",
  14. "json",
  15. "jsonc"
  16. ],
  17. "eslint.validate": [
  18. "javascript",
  19. "javascriptreact",
  20. "typescript",
  21. "typescriptreact",
  22. "html",
  23. "vue",
  24. "markdown",
  25. "json",
  26. "jsonc"
  27. ],
  28. "vite.devCommand": "pnpm run dev -- --",
  29. "i18n-ally.localesPaths": "packages/locale/lang",
  30. "i18n-ally.enabledParsers": ["ts"],
  31. "i18n-ally.enabledFrameworks": ["vue", "vue-sfc"],
  32. "i18n-ally.keystyle": "nested",
  33. "iconify.includes": ["ep"],
  34. "unocss.root": "./docs"
  35. }