cspell.json 630 B

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