cspell.json 925 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. "execa",
  18. "iconify",
  19. "intlify",
  20. "mkdist",
  21. "mockjs",
  22. "noopener",
  23. "noreferrer",
  24. "nprogress",
  25. "pinia",
  26. "publint",
  27. "qrcode",
  28. "shadcn",
  29. "sonner",
  30. "unplugin",
  31. "vben",
  32. "vbenjs",
  33. "vueuse",
  34. "yxxx",
  35. "nuxt",
  36. "lockb",
  37. "astro",
  38. "ui-kit",
  39. "styl",
  40. "nocheck",
  41. "prefixs",
  42. "vitepress",
  43. "antdv",
  44. "ependencies",
  45. "vite",
  46. "echarts",
  47. "sortablejs",
  48. "etag"
  49. ],
  50. "ignorePaths": [
  51. "**/node_modules/**",
  52. "**/dist/**",
  53. "**/*-dist/**",
  54. "**/icons/**",
  55. "pnpm-lock.yaml",
  56. "**/*.log"
  57. ]
  58. }