cspell.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. "acmr",
  8. "antd",
  9. "antdv",
  10. "astro",
  11. "brotli",
  12. "clsx",
  13. "defu",
  14. "demi",
  15. "echarts",
  16. "ependencies",
  17. "esno",
  18. "etag",
  19. "execa",
  20. "iconify",
  21. "iconoir",
  22. "intlify",
  23. "lockb",
  24. "lucide",
  25. "minh",
  26. "minw",
  27. "mkdist",
  28. "mockjs",
  29. "naiveui",
  30. "nocheck",
  31. "noopener",
  32. "noreferrer",
  33. "nprogress",
  34. "nuxt",
  35. "pinia",
  36. "prefixs",
  37. "publint",
  38. "qrcode",
  39. "reka",
  40. "shadcn",
  41. "sonner",
  42. "sortablejs",
  43. "styl",
  44. "taze",
  45. "ui-kit",
  46. "uicons",
  47. "unplugin",
  48. "unref",
  49. "vben",
  50. "vbenjs",
  51. "vite",
  52. "vitejs",
  53. "vitepress",
  54. "vnode",
  55. "vueuse",
  56. "yxxx"
  57. ],
  58. "ignorePaths": [
  59. "**/node_modules/**",
  60. "**/dist/**",
  61. "**/*-dist/**",
  62. "**/icons/**",
  63. "pnpm-lock.yaml",
  64. "**/*.log",
  65. "**/*.test.ts",
  66. "**/*.spec.ts",
  67. "**/__tests__/**"
  68. ]
  69. }