cspell.json 1.3 KB

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