cspell.json 672 B

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