cspell.json 1.2 KB

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