cspell.json 1.2 KB

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