cspell.json 594 B

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