cspell.json 606 B

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