cspell.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. "Gitee",
  21. "iconify",
  22. "iconoir",
  23. "intlify",
  24. "ipaddr",
  25. "lockb",
  26. "logininfor",
  27. "lucide",
  28. "minh",
  29. "minw",
  30. "mkdist",
  31. "mockjs",
  32. "naiveui",
  33. "nocheck",
  34. "noopener",
  35. "noreferrer",
  36. "nprogress",
  37. "nuxt",
  38. "oper",
  39. "operlog",
  40. "pinia",
  41. "prefixs",
  42. "publint",
  43. "Qqchat",
  44. "qrcode",
  45. "shadcn",
  46. "sonner",
  47. "sortablejs",
  48. "styl",
  49. "taze",
  50. "ui-kit",
  51. "uicons",
  52. "unplugin",
  53. "unref",
  54. "vben",
  55. "vbenjs",
  56. "vite",
  57. "vitejs",
  58. "vitepress",
  59. "vnode",
  60. "vueuse",
  61. "yxxx"
  62. ],
  63. "ignorePaths": [
  64. "**/node_modules/**",
  65. "**/dist/**",
  66. "**/*-dist/**",
  67. "**/icons/**",
  68. "pnpm-lock.yaml",
  69. "**/*.log",
  70. "**/*.test.ts",
  71. "**/*.spec.ts",
  72. "**/__tests__/**"
  73. ]
  74. }