cspell.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. "archiver",
  11. "astro",
  12. "axios",
  13. "brotli",
  14. "cascader",
  15. "clsx",
  16. "dedup",
  17. "defu",
  18. "demi",
  19. "dotenv",
  20. "echarts",
  21. "ependencies",
  22. "esbuild",
  23. "esno",
  24. "etag",
  25. "execa",
  26. "iconify",
  27. "iconoir",
  28. "intlify",
  29. "isequal",
  30. "jspm",
  31. "lockb",
  32. "lucide",
  33. "minh",
  34. "minw",
  35. "mkdist",
  36. "mockjs",
  37. "naiveui",
  38. "napi",
  39. "nocheck",
  40. "nolebase",
  41. "noopener",
  42. "noreferrer",
  43. "nprogress",
  44. "nuxt",
  45. "organisation",
  46. "pinia",
  47. "prefixs",
  48. "publint",
  49. "qrcode",
  50. "reka",
  51. "rollup",
  52. "shadcn",
  53. "sonner",
  54. "sortablejs",
  55. "styl",
  56. "tabler",
  57. "taze",
  58. "tdesign",
  59. "ui-kit",
  60. "uicons",
  61. "unplugin",
  62. "unref",
  63. "vben",
  64. "vbenjs",
  65. "vite",
  66. "vitejs",
  67. "vitepress",
  68. "vitest",
  69. "vnode",
  70. "vueuse",
  71. "yxxx"
  72. ],
  73. "ignorePaths": [
  74. "**/*-dist/**",
  75. "**/*.log",
  76. "**/*.spec.ts",
  77. "**/*.test.ts",
  78. "**/__tests__/**",
  79. "**/dist/**",
  80. "**/icons/**",
  81. "**/node_modules/**",
  82. "pnpm-lock.yaml"
  83. ]
  84. }