cspell.json 657 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "version": "0.2",
  3. "language": "en,en-US",
  4. "allowCompoundWords": true,
  5. "words": [
  6. "clsx",
  7. "esno",
  8. "unref",
  9. "taze",
  10. "acmr",
  11. "antd",
  12. "brotli",
  13. "defu",
  14. "iconify",
  15. "intlify",
  16. "mkdist",
  17. "mockjs",
  18. "noopener",
  19. "noreferrer",
  20. "nprogress",
  21. "pinia",
  22. "publint",
  23. "qrcode",
  24. "shadcn",
  25. "sonner",
  26. "unplugin",
  27. "vben",
  28. "vueuse",
  29. "yxxx",
  30. "nuxt",
  31. "lockb",
  32. "astro",
  33. "ui-kit",
  34. "styl",
  35. "nocheck",
  36. "prefixs",
  37. "vitepress",
  38. "ependencies",
  39. "vite",
  40. "echarts"
  41. ],
  42. "ignorePaths": ["**/node_modules/**", "**/dist/**", "**/iconify/**"]
  43. }