cspell.json 887 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
  3. "version": "0.2",
  4. "language": "en,en-US",
  5. "allowCompoundWords": true,
  6. "words": [
  7. "clsx",
  8. "esno",
  9. "demi",
  10. "unref",
  11. "taze",
  12. "acmr",
  13. "antd",
  14. "lucide",
  15. "brotli",
  16. "defu",
  17. "iconify",
  18. "intlify",
  19. "mkdist",
  20. "mockjs",
  21. "noopener",
  22. "noreferrer",
  23. "nprogress",
  24. "pinia",
  25. "publint",
  26. "qrcode",
  27. "shadcn",
  28. "sonner",
  29. "unplugin",
  30. "vben",
  31. "vbenjs",
  32. "vueuse",
  33. "yxxx",
  34. "nuxt",
  35. "lockb",
  36. "astro",
  37. "ui-kit",
  38. "styl",
  39. "nocheck",
  40. "prefixs",
  41. "vitepress",
  42. "ependencies",
  43. "vite",
  44. "echarts",
  45. "sortablejs"
  46. ],
  47. "ignorePaths": [
  48. "**/node_modules/**",
  49. "**/dist/**",
  50. "**/*-dist/**",
  51. "**/icons/**",
  52. "pnpm-lock.yaml",
  53. "**/*.log"
  54. ]
  55. }